Struct nettle_sys::yarrow256_ctx
source · #[repr(C)]pub struct yarrow256_ctx {
pub pools: [sha256_ctx; 2],
pub seeded: c_int,
pub key: aes256_ctx,
pub counter: [u8; 16],
pub nsources: c_uint,
pub sources: *mut yarrow_source,
}
Fields§
§pools: [sha256_ctx; 2]
§seeded: c_int
§key: aes256_ctx
§counter: [u8; 16]
§nsources: c_uint
§sources: *mut yarrow_source
Trait Implementations§
source§impl Clone for yarrow256_ctx
impl Clone for yarrow256_ctx
source§fn clone(&self) -> yarrow256_ctx
fn clone(&self) -> yarrow256_ctx
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 moresource§impl Debug for yarrow256_ctx
impl Debug for yarrow256_ctx
impl Copy for yarrow256_ctx
Auto Trait Implementations§
impl RefUnwindSafe for yarrow256_ctx
impl !Send for yarrow256_ctx
impl !Sync for yarrow256_ctx
impl Unpin for yarrow256_ctx
impl UnwindSafe for yarrow256_ctx
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