Union nettle_sys::nettle_block16
source · #[repr(C)]
pub union nettle_block16 {
pub b: [u8; 16],
pub w: [c_ulong; 2],
pub u64_: [u64; 2],
}
Fields§
§b: [u8; 16]
§w: [c_ulong; 2]
§u64_: [u64; 2]
Trait Implementations§
source§impl Clone for nettle_block16
impl Clone for nettle_block16
source§fn clone(&self) -> nettle_block16
fn clone(&self) -> nettle_block16
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for nettle_block16
Auto Trait Implementations§
impl RefUnwindSafe for nettle_block16
impl Send for nettle_block16
impl Sync for nettle_block16
impl Unpin for nettle_block16
impl UnwindSafe for nettle_block16
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