#[repr(C)]pub struct ocb_ctx {
pub initial: nettle_block16,
pub offset: nettle_block16,
pub sum: nettle_block16,
pub checksum: nettle_block16,
pub data_count: usize,
pub message_count: usize,
}Fields§
§initial: nettle_block16§offset: nettle_block16§sum: nettle_block16§checksum: nettle_block16§data_count: usize§message_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ocb_ctx
impl RefUnwindSafe for ocb_ctx
impl Send for ocb_ctx
impl Sync for ocb_ctx
impl Unpin for ocb_ctx
impl UnwindSafe for ocb_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