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