pub enum AcpiResourceAddressSpace {
Memory,
Io,
}Variants§
Trait Implementations§
Source§impl Clone for AcpiResourceAddressSpace
impl Clone for AcpiResourceAddressSpace
Source§fn clone(&self) -> AcpiResourceAddressSpace
fn clone(&self) -> AcpiResourceAddressSpace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AcpiResourceAddressSpace
Source§impl Debug for AcpiResourceAddressSpace
impl Debug for AcpiResourceAddressSpace
impl Eq for AcpiResourceAddressSpace
Source§impl Ord for AcpiResourceAddressSpace
impl Ord for AcpiResourceAddressSpace
Source§fn cmp(&self, other: &AcpiResourceAddressSpace) -> Ordering
fn cmp(&self, other: &AcpiResourceAddressSpace) -> Ordering
1.21.0 (const: unstable) · 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 AcpiResourceAddressSpace
impl PartialEq for AcpiResourceAddressSpace
Source§fn eq(&self, other: &AcpiResourceAddressSpace) -> bool
fn eq(&self, other: &AcpiResourceAddressSpace) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AcpiResourceAddressSpace
impl PartialOrd for AcpiResourceAddressSpace
impl StructuralPartialEq for AcpiResourceAddressSpace
Auto Trait Implementations§
impl Freeze for AcpiResourceAddressSpace
impl RefUnwindSafe for AcpiResourceAddressSpace
impl Send for AcpiResourceAddressSpace
impl Sync for AcpiResourceAddressSpace
impl Unpin for AcpiResourceAddressSpace
impl UnsafeUnpin for AcpiResourceAddressSpace
impl UnwindSafe for AcpiResourceAddressSpace
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