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