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