pub struct Imm8(/* private fields */);
Expand description
An 8-bit immediate operand.
Implementations§
Trait Implementations§
impl Copy for Imm8
Auto Trait Implementations§
impl Freeze for Imm8
impl RefUnwindSafe for Imm8
impl Send for Imm8
impl Sync for Imm8
impl Unpin for Imm8
impl UnwindSafe for Imm8
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