pub(crate) struct PciRootOSC {}Trait Implementations§
Source§impl Aml for PciRootOSC
impl Aml for PciRootOSC
Auto Trait Implementations§
impl Freeze for PciRootOSC
impl RefUnwindSafe for PciRootOSC
impl Send for PciRootOSC
impl Sync for PciRootOSC
impl Unpin for PciRootOSC
impl UnwindSafe for PciRootOSC
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