Enum ExtMode
pub enum ExtMode {
BL,
BQ,
WL,
WQ,
LQ,
}
Expand description
These indicate ways of extending (widening) a value, using the Intel naming: B(yte) = u8, W(ord) = u16, L(ong)word = u32, Q(uad)word = u64
Variants§
BL
Byte -> Longword.
BQ
Byte -> Quadword.
WL
Word -> Longword.
WQ
Word -> Quadword.
LQ
Longword -> Quadword.
Trait Implementations§
impl StructuralPartialEq for ExtMode
Auto Trait Implementations§
impl Freeze for ExtMode
impl RefUnwindSafe for ExtMode
impl Send for ExtMode
impl Sync for ExtMode
impl Unpin for ExtMode
impl UnwindSafe for ExtMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)