pub struct Cppc;Expand description
SBI CPPC extension.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cppc
impl RefUnwindSafe for Cppc
impl Send for Cppc
impl Sync for Cppc
impl Unpin for Cppc
impl UnsafeUnpin for Cppc
impl UnwindSafe for Cppc
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