Enum base::sys::linux::acpi_event::NlAttrType
source · enum NlAttrType {
AcpiGenlAttrUnspec,
AcpiGenlAttrEvent,
AcpiGenlAttrMax,
}
Expand description
attributes of AcpiGenlFamily
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NlAttrType
impl Send for NlAttrType
impl Sync for NlAttrType
impl Unpin for NlAttrType
impl UnwindSafe for NlAttrType
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