#[repr(u8)]pub enum Nf {
N1 = 1,
N2 = 2,
N3 = 3,
N4 = 4,
N5 = 5,
N6 = 6,
N7 = 7,
N8 = 8,
}Expand description
Number of fields per segment for load/store instructions
Variants§
N1 = 1
1 field per segment
N2 = 2
2 fields per segment
N3 = 3
3 fields per segment
N4 = 4
4 fields per segment
N5 = 5
5 fields per segment
N6 = 6
6 fields per segment
N7 = 7
7 fields per segment
N8 = 8
8 fields per segment
Implementations§
Trait Implementations§
impl Copy for Nf
impl Eq for Nf
impl StructuralPartialEq for Nf
Auto Trait Implementations§
impl Freeze for Nf
impl RefUnwindSafe for Nf
impl Send for Nf
impl Sync for Nf
impl Unpin for Nf
impl UnsafeUnpin for Nf
impl UnwindSafe for Nf
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