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