Struct secp256k1_sys::types::AlignedType [−][src]
#[repr(align(16))]pub struct AlignedType(_);
A type that is as aligned as the biggest alignment for fundamental types in C
since C11 that means as aligned as max_align_t
is.
the exact size/alignment is unspecified.
Implementations
Trait Implementations
impl Clone for AlignedType
[src]
impl Clone for AlignedType
[src]fn clone(&self) -> AlignedType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for AlignedType
[src]
impl Default for AlignedType
[src]