pub struct Imm16(/* private fields */);
Expand description
Type representing a 16 bit immediate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Imm16
impl RefUnwindSafe for Imm16
impl Send for Imm16
impl Sync for Imm16
impl Unpin for Imm16
impl UnwindSafe for Imm16
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