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