Struct nettle_sys::poly1305_ctx
source · #[repr(C)]pub struct poly1305_ctx {
pub r: poly1305_ctx__bindgen_ty_1,
pub s32: [u32; 3],
pub hh: u32,
pub h: poly1305_ctx__bindgen_ty_2,
}
Fields§
§r: poly1305_ctx__bindgen_ty_1
§s32: [u32; 3]
§hh: u32
§h: poly1305_ctx__bindgen_ty_2
Trait Implementations§
source§impl Clone for poly1305_ctx
impl Clone for poly1305_ctx
source§fn clone(&self) -> poly1305_ctx
fn clone(&self) -> poly1305_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 moreimpl Copy for poly1305_ctx
Auto Trait Implementations§
impl RefUnwindSafe for poly1305_ctx
impl Send for poly1305_ctx
impl Sync for poly1305_ctx
impl Unpin for poly1305_ctx
impl UnwindSafe for poly1305_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