pub struct X64;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for X64
impl RefUnwindSafe for X64
impl Send for X64
impl Sync for X64
impl Unpin for X64
impl UnwindSafe for X64
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