pub enum Bitness {
X86_32,
X86_64,
Unknown,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for Bitness
Auto Trait Implementations§
impl Freeze for Bitness
impl RefUnwindSafe for Bitness
impl Send for Bitness
impl Sync for Bitness
impl Unpin for Bitness
impl UnwindSafe for Bitness
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