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