pub struct NamedInteger { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl DsdtObject for NamedInteger
impl DsdtObject for NamedInteger
Auto Trait Implementations§
impl Freeze for NamedInteger
impl RefUnwindSafe for NamedInteger
impl Send for NamedInteger
impl Sync for NamedInteger
impl Unpin for NamedInteger
impl UnwindSafe for NamedInteger
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