Struct wolfssl_sys::WOLFSSL_DIST_POINT
source · [−]#[repr(C)]pub struct WOLFSSL_DIST_POINT {
pub distpoint: *mut WOLFSSL_DIST_POINT_NAME,
}Fields
distpoint: *mut WOLFSSL_DIST_POINT_NAMETrait Implementations
sourceimpl Clone for WOLFSSL_DIST_POINT
impl Clone for WOLFSSL_DIST_POINT
sourcefn clone(&self) -> WOLFSSL_DIST_POINT
fn clone(&self) -> WOLFSSL_DIST_POINT
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 WOLFSSL_DIST_POINT
impl Debug for WOLFSSL_DIST_POINT
impl Copy for WOLFSSL_DIST_POINT
Auto Trait Implementations
impl RefUnwindSafe for WOLFSSL_DIST_POINT
impl !Send for WOLFSSL_DIST_POINT
impl !Sync for WOLFSSL_DIST_POINT
impl Unpin for WOLFSSL_DIST_POINT
impl UnwindSafe for WOLFSSL_DIST_POINT
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