pub struct UImm6 {
pub imm: u8,
}Expand description
A 6-bit immediate used by the immr and imms fields of bitfield move instructions.
Fields§
§imm: u86-bit immediate.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UImm6
impl RefUnwindSafe for UImm6
impl Send for UImm6
impl Sync for UImm6
impl Unpin for UImm6
impl UnsafeUnpin for UImm6
impl UnwindSafe for UImm6
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