pub struct CurrentResourceSettings { /* private fields */ }
Implementations§
Source§impl CurrentResourceSettings
impl CurrentResourceSettings
pub fn new() -> Self
pub fn add_resource(&mut self, resource: &impl ResourceObject)
Trait Implementations§
Source§impl DsdtObject for CurrentResourceSettings
impl DsdtObject for CurrentResourceSettings
Auto Trait Implementations§
impl Freeze for CurrentResourceSettings
impl RefUnwindSafe for CurrentResourceSettings
impl Send for CurrentResourceSettings
impl Sync for CurrentResourceSettings
impl Unpin for CurrentResourceSettings
impl UnwindSafe for CurrentResourceSettings
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