pub struct Machine(/* private fields */);
Expand description
Identifies the target CPU architecture.
The variants defined here are a small subset of the values supported by the System V ABI. There are lots of obscure platforms it doesn’t make sense to list.
Implementations§
Source§impl Machine
impl Machine
Sourcepub const MIPSRS3kLittleEndian: Self
pub const MIPSRS3kLittleEndian: Self
MIPS RS3000 (little-endian)
Trait Implementations§
Source§impl Ord for Machine
impl Ord for Machine
Source§impl PartialOrd for Machine
impl PartialOrd for Machine
impl Copy for Machine
impl Eq for Machine
impl StructuralPartialEq for Machine
Auto Trait Implementations§
impl Freeze for Machine
impl RefUnwindSafe for Machine
impl Send for Machine
impl Sync for Machine
impl Unpin for Machine
impl UnwindSafe for Machine
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