pub struct NamedInteger { /* private fields */ }
Expand description
A named AML integer.
Implementations§
Source§impl NamedInteger
impl NamedInteger
Sourcepub fn new(name: &[u8], value: u64) -> Self
pub fn new(name: &[u8], value: u64) -> Self
Construct a new NamedInteger
Trait Implementations§
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