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