Struct nettle_sys::arctwo_ctx
source · #[repr(C)]pub struct arctwo_ctx {
pub S: [u16; 64],
}
Fields§
§S: [u16; 64]
Trait Implementations§
source§impl Clone for arctwo_ctx
impl Clone for arctwo_ctx
source§fn clone(&self) -> arctwo_ctx
fn clone(&self) -> arctwo_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 moresource§impl Debug for arctwo_ctx
impl Debug for arctwo_ctx
impl Copy for arctwo_ctx
Auto Trait Implementations§
impl RefUnwindSafe for arctwo_ctx
impl Send for arctwo_ctx
impl Sync for arctwo_ctx
impl Unpin for arctwo_ctx
impl UnwindSafe for arctwo_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