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§
source§impl Clone for WOLFSSL_DIST_POINT
impl Clone for WOLFSSL_DIST_POINT
source§fn clone(&self) -> WOLFSSL_DIST_POINT
fn clone(&self) -> WOLFSSL_DIST_POINT
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 WOLFSSL_DIST_POINT
impl Debug for WOLFSSL_DIST_POINT
impl Copy for WOLFSSL_DIST_POINT
Auto Trait Implementations§
impl Freeze for WOLFSSL_DIST_POINT
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§
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