#[repr(u8)]pub enum DevicePathEndType {
Instance = 1,
Entire = 255,
}Variants§
Trait Implementations§
Source§impl Clone for DevicePathEndType
impl Clone for DevicePathEndType
Source§fn clone(&self) -> DevicePathEndType
fn clone(&self) -> DevicePathEndType
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 DevicePathEndType
impl Debug for DevicePathEndType
Source§impl Ord for DevicePathEndType
impl Ord for DevicePathEndType
Source§fn cmp(&self, other: &DevicePathEndType) -> Ordering
fn cmp(&self, other: &DevicePathEndType) -> 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 DevicePathEndType
impl PartialEq for DevicePathEndType
Source§impl PartialOrd for DevicePathEndType
impl PartialOrd for DevicePathEndType
Source§impl TryFrom<u8> for DevicePathEndType
impl TryFrom<u8> for DevicePathEndType
impl Copy for DevicePathEndType
impl Eq for DevicePathEndType
impl StructuralPartialEq for DevicePathEndType
Auto Trait Implementations§
impl Freeze for DevicePathEndType
impl RefUnwindSafe for DevicePathEndType
impl Send for DevicePathEndType
impl Sync for DevicePathEndType
impl Unpin for DevicePathEndType
impl UnwindSafe for DevicePathEndType
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