Struct nettle_sys::knuth_lfib_ctx
source · #[repr(C)]pub struct knuth_lfib_ctx {
pub x: [u32; 100],
pub index: c_uint,
}
Fields§
§x: [u32; 100]
§index: c_uint
Trait Implementations§
source§impl Clone for knuth_lfib_ctx
impl Clone for knuth_lfib_ctx
source§fn clone(&self) -> knuth_lfib_ctx
fn clone(&self) -> knuth_lfib_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 knuth_lfib_ctx
impl Debug for knuth_lfib_ctx
impl Copy for knuth_lfib_ctx
Auto Trait Implementations§
impl RefUnwindSafe for knuth_lfib_ctx
impl Send for knuth_lfib_ctx
impl Sync for knuth_lfib_ctx
impl Unpin for knuth_lfib_ctx
impl UnwindSafe for knuth_lfib_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