#[repr(transparent)]pub struct BivctxWd(pub u32);Expand description
Block Initial Vector for Memory Context n
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for BivctxWd
impl Eq for BivctxWd
impl StructuralPartialEq for BivctxWd
Auto Trait Implementations§
impl Freeze for BivctxWd
impl RefUnwindSafe for BivctxWd
impl Send for BivctxWd
impl Sync for BivctxWd
impl Unpin for BivctxWd
impl UnwindSafe for BivctxWd
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