#[repr(u8)]pub enum SizeX64 {
none = 0,
byte = 1,
word = 2,
dword = 3,
qword = 4,
xmmword = 5,
ymmword = 6,
}Variants§
Implementations§
Trait Implementations§
impl Copy for SizeX64
impl Eq for SizeX64
impl StructuralPartialEq for SizeX64
Auto Trait Implementations§
impl Freeze for SizeX64
impl RefUnwindSafe for SizeX64
impl Send for SizeX64
impl Sync for SizeX64
impl Unpin for SizeX64
impl UnsafeUnpin for SizeX64
impl UnwindSafe for SizeX64
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