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