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