Enum uefi::Status [] [src]

#[repr(u64)]
pub enum Status { Success, LoadError, InvalidParameter, Unsupported, BadBufferSize, BufferTooSmall, NotReady, DeviceError, WriteProtected, OutOfResources, VolumeCorrupted, VolumeFull, NoMedia, MediaChanged, NotFound, AccessDenied, NoResponse, NoMapping, Timeout, NotStarted, AlreadyStarted, Aborted, IcmpError, TftpError, ProtocolError, IncompatibleVersion, SecurityViolation, CrcError, EndOfMedia, EndOfFile, }

Type for EFI_STATUS

Variants

Methods

impl Status
[src]

Trait Implementations

impl PartialEq for Status
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd for Status
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for Status
[src]

Formats the value using the given formatter.

impl Display for Status
[src]

Formats the value using the given formatter. Read more