pub struct IVRR { /* private fields */ }
Expand description
initialization vector registers
Implementations§
Auto Trait Implementations§
impl !Freeze for IVRR
impl !RefUnwindSafe for IVRR
impl Send for IVRR
impl !Sync for IVRR
impl Unpin for IVRR
impl UnwindSafe for IVRR
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