Struct tartan_uefi::Status
source · #[repr(transparent)]pub struct Status(_);
Implementations§
source§impl Status
impl Status
pub const Success: Self = _
pub const WarnUnknownGlyph: Self = _
pub const WarnDeleteFailure: Self = _
pub const WarnWriteFailure: Self = _
pub const WarnBufferTooSmall: Self = _
pub const WarnStaleData: Self = _
pub const WarnFileSystem: Self = _
pub const WarnResetRequired: Self = _
pub const LoadError: Self = _
pub const InvalidParameter: Self = _
pub const Unsupported: Self = _
pub const BadBufferSize: Self = _
pub const BufferTooSmall: Self = _
pub const NotReady: Self = _
pub const DeviceError: Self = _
pub const WriteProtected: Self = _
pub const OutOfResources: Self = _
pub const VolumeCorrupted: Self = _
pub const VolumeFull: Self = _
pub const NoMedia: Self = _
pub const MediaChanged: Self = _
pub const NotFound: Self = _
pub const AccessDenied: Self = _
pub const NoResponse: Self = _
pub const NoMapping: Self = _
pub const Timeout: Self = _
pub const NotStarted: Self = _
pub const AlreadyStarted: Self = _
pub const Aborted: Self = _
pub const ICMPError: Self = _
pub const TFTPError: Self = _
pub const ProtocolError: Self = _
pub const IncompatibleVersion: Self = _
pub const SecurityViolation: Self = _
pub const CRCError: Self = _
pub const EndOfMedia: Self = _
pub const EndOfFile: Self = _
pub const InvalidLanguage: Self = _
pub const CompromisedData: Self = _
pub const HTTPError: Self = _
Trait Implementations§
source§impl Ord for Status
impl Ord for Status
source§impl PartialOrd<Status> for Status
impl PartialOrd<Status> for Status
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more