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