#[repr(C)]pub struct aria_context {
pub nr: c_uchar,
pub rk: [[u32; 4]; 17],
}Fields§
§nr: c_uchar§rk: [[u32; 4]; 17]Trait Implementations§
Source§impl Clone for aria_context
impl Clone for aria_context
Source§fn clone(&self) -> aria_context
fn clone(&self) -> aria_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 Default for aria_context
impl Default for aria_context
Source§fn default() -> aria_context
fn default() -> aria_context
Returns the “default value” for a type. Read more
impl Copy for aria_context
Auto Trait Implementations§
impl Freeze for aria_context
impl RefUnwindSafe for aria_context
impl Send for aria_context
impl Sync for aria_context
impl Unpin for aria_context
impl UnwindSafe for aria_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