Struct wolfssl_sys::w64wrapper
source · [−]#[repr(C)]pub struct w64wrapper {
pub n: word64,
}Fields
n: word64Trait Implementations
sourceimpl Clone for w64wrapper
impl Clone for w64wrapper
sourcefn clone(&self) -> w64wrapper
fn clone(&self) -> w64wrapper
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for w64wrapper
impl Debug for w64wrapper
impl Copy for w64wrapper
Auto Trait Implementations
impl RefUnwindSafe for w64wrapper
impl Send for w64wrapper
impl Sync for w64wrapper
impl Unpin for w64wrapper
impl UnwindSafe for w64wrapper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more