pub struct Imm8(/* private fields */);
Expand description
Type representing an 8 bit immediate.
Trait Implementations§
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