Enum base::sys::linux::acpi_event::GenmsghdrCmd
source · enum GenmsghdrCmd {
AcpiGenlCmdUnspec,
AcpiGenlCmdEvent,
AcpiGenlCmdMax,
}
Expand description
commands supported by the AcpiGenlFamily
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for GenmsghdrCmd
impl Send for GenmsghdrCmd
impl Sync for GenmsghdrCmd
impl Unpin for GenmsghdrCmd
impl UnwindSafe for GenmsghdrCmd
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