pub struct AcpiPredefinedNames<'a>(/* private fields */);
Expand description
A default value in an ACPI namespace.
This struct is passed to the predefined_override
method to allow the OS to change the values of default objects.
Implementations§
Source§impl<'a> AcpiPredefinedNames<'a>
impl<'a> AcpiPredefinedNames<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AcpiPredefinedNames<'a>
impl<'a> RefUnwindSafe for AcpiPredefinedNames<'a>
impl<'a> !Send for AcpiPredefinedNames<'a>
impl<'a> !Sync for AcpiPredefinedNames<'a>
impl<'a> Unpin for AcpiPredefinedNames<'a>
impl<'a> UnwindSafe for AcpiPredefinedNames<'a>
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