pub struct UImm(pub Imm32<4, 0>);Tuple Fields§
§0: Imm32<4, 0>Implementations§
Trait Implementations§
impl Copy for UImm
impl Eq for UImm
impl StructuralPartialEq for UImm
Auto Trait Implementations§
impl Freeze for UImm
impl RefUnwindSafe for UImm
impl Send for UImm
impl Sync for UImm
impl Unpin for UImm
impl UnwindSafe for UImm
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