#[repr(u8)]pub enum DevicePathType {
Hardware = 1,
Acpi = 2,
Messaging = 3,
Media = 4,
Bbs = 5,
End = 127,
}Variants§
Trait Implementations§
Source§impl Clone for DevicePathType
impl Clone for DevicePathType
Source§fn clone(&self) -> DevicePathType
fn clone(&self) -> DevicePathType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DevicePathType
impl Debug for DevicePathType
Source§impl Ord for DevicePathType
impl Ord for DevicePathType
Source§fn cmp(&self, other: &DevicePathType) -> Ordering
fn cmp(&self, other: &DevicePathType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DevicePathType
impl PartialEq for DevicePathType
Source§impl PartialOrd for DevicePathType
impl PartialOrd for DevicePathType
Source§impl TryFrom<u8> for DevicePathType
impl TryFrom<u8> for DevicePathType
impl Copy for DevicePathType
impl Eq for DevicePathType
impl StructuralPartialEq for DevicePathType
Auto Trait Implementations§
impl Freeze for DevicePathType
impl RefUnwindSafe for DevicePathType
impl Send for DevicePathType
impl Sync for DevicePathType
impl Unpin for DevicePathType
impl UnwindSafe for DevicePathType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more