#[repr(C)]pub struct poly1305_context {
pub aligner: size_t,
pub opaque: [c_uchar; 136],
}Fields§
§aligner: size_t§opaque: [c_uchar; 136]Trait Implementations§
Source§impl Clone for poly1305_context
impl Clone for poly1305_context
Source§fn clone(&self) -> poly1305_context
fn clone(&self) -> poly1305_context
Returns a duplicate 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 poly1305_context
impl Debug for poly1305_context
impl Copy for poly1305_context
Auto Trait Implementations§
impl Freeze for poly1305_context
impl RefUnwindSafe for poly1305_context
impl Send for poly1305_context
impl Sync for poly1305_context
impl Unpin for poly1305_context
impl UnwindSafe for poly1305_context
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