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