pub struct DrbgCtx {
pub reseed_counter: usize,
pub key: [u8; 32],
pub ctr: [u8; 16],
}
Fields§
§reseed_counter: usize
§key: [u8; 32]
§ctr: [u8; 16]
Implementations§
Auto Trait Implementations§
impl Freeze for DrbgCtx
impl RefUnwindSafe for DrbgCtx
impl Send for DrbgCtx
impl Sync for DrbgCtx
impl Unpin for DrbgCtx
impl UnwindSafe for DrbgCtx
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