Union nettle_sys::nettle_block8
source · #[repr(C)]
pub union nettle_block8 {
pub b: [u8; 8],
pub u64_: u64,
}
Fields§
§b: [u8; 8]
§u64_: u64
Trait Implementations§
source§impl Clone for nettle_block8
impl Clone for nettle_block8
source§fn clone(&self) -> nettle_block8
fn clone(&self) -> nettle_block8
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_block8
Auto Trait Implementations§
impl RefUnwindSafe for nettle_block8
impl Send for nettle_block8
impl Sync for nettle_block8
impl Unpin for nettle_block8
impl UnwindSafe for nettle_block8
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