Struct of::kernel_nodes::Pcsi
source · pub struct Pcsi { /* private fields */ }
Implementations§
source§impl Pcsi
impl Pcsi
sourcepub fn compatible(self) -> &'static str
pub fn compatible(self) -> &'static str
compatible
property
sourcepub fn cpu_suspend(self) -> Option<u32>
pub fn cpu_suspend(self) -> Option<u32>
Optionalcpu_suspend
property
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Pcsi
impl Send for Pcsi
impl Sync for Pcsi
impl Unpin for Pcsi
impl UnwindSafe for Pcsi
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