#[repr(transparent)]pub struct IvLsb2(pub u32);Expand description
Initial Vector register for region 2, Least Significant Bits
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for IvLsb2
impl Eq for IvLsb2
impl StructuralPartialEq for IvLsb2
Auto Trait Implementations§
impl Freeze for IvLsb2
impl RefUnwindSafe for IvLsb2
impl Send for IvLsb2
impl Sync for IvLsb2
impl Unpin for IvLsb2
impl UnwindSafe for IvLsb2
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