pub struct AcpiObjectReference { /* private fields */ }
Expand description
A reference to another AcpiObject
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcpiObjectReference
impl RefUnwindSafe for AcpiObjectReference
impl !Send for AcpiObjectReference
impl !Sync for AcpiObjectReference
impl Unpin for AcpiObjectReference
impl UnwindSafe for AcpiObjectReference
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