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