Struct wolf_crypto_sys::w64wrapper
source · #[repr(C)]pub struct w64wrapper {
pub n: word64,
}Fields§
§n: word64Trait Implementations§
source§impl Clone for w64wrapper
impl Clone for w64wrapper
source§fn clone(&self) -> w64wrapper
fn clone(&self) -> w64wrapper
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 w64wrapper
impl Debug for w64wrapper
impl Copy for w64wrapper
Auto Trait Implementations§
impl Freeze for w64wrapper
impl RefUnwindSafe for w64wrapper
impl Send for w64wrapper
impl Sync for w64wrapper
impl Unpin for w64wrapper
impl UnwindSafe for w64wrapper
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)