pub struct NamedObject { /* private fields */ }
Implementations§
Source§impl NamedObject
impl NamedObject
pub fn new(name: &[u8], object: &impl DsdtObject) -> Self
Trait Implementations§
Source§impl DsdtObject for NamedObject
impl DsdtObject for NamedObject
Auto Trait Implementations§
impl Freeze for NamedObject
impl RefUnwindSafe for NamedObject
impl Send for NamedObject
impl Sync for NamedObject
impl Unpin for NamedObject
impl UnwindSafe for NamedObject
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