pub struct PtCpu { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for PtCpu
impl StructuralPartialEq for PtCpu
Auto Trait Implementations§
impl Freeze for PtCpu
impl RefUnwindSafe for PtCpu
impl Send for PtCpu
impl Sync for PtCpu
impl Unpin for PtCpu
impl UnwindSafe for PtCpu
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