#[repr(u32)]pub enum Enum_AcpiRasfCommands {
ACPI_RASF_EXECUTE_RASF_COMMAND = 1,
_UNUSED_VARIANT = 2,
}Variants§
Trait Implementations§
Source§impl Clone for Enum_AcpiRasfCommands
impl Clone for Enum_AcpiRasfCommands
Source§fn clone(&self) -> Enum_AcpiRasfCommands
fn clone(&self) -> Enum_AcpiRasfCommands
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 moreimpl Copy for Enum_AcpiRasfCommands
Auto Trait Implementations§
impl Freeze for Enum_AcpiRasfCommands
impl RefUnwindSafe for Enum_AcpiRasfCommands
impl Send for Enum_AcpiRasfCommands
impl Sync for Enum_AcpiRasfCommands
impl Unpin for Enum_AcpiRasfCommands
impl UnwindSafe for Enum_AcpiRasfCommands
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