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