#[repr(C)]#[repr(align(16))]pub struct crypto_onetimeauth_poly1305_state {
pub opaque: [c_uchar; 256],
}Fields§
§opaque: [c_uchar; 256]Trait Implementations§
source§impl Clone for crypto_onetimeauth_poly1305_state
impl Clone for crypto_onetimeauth_poly1305_state
source§fn clone(&self) -> crypto_onetimeauth_poly1305_state
fn clone(&self) -> crypto_onetimeauth_poly1305_state
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 more