pub enum Method {
DtlsClient,
DtlsClientV1_2,
DtlsClientV1_3,
DtlsServer,
DtlsServerV1_2,
DtlsServerV1_3,
TlsClient,
TlsClientV1_2,
TlsClientV1_3,
TlsServer,
TlsServerV1_2,
TlsServerV1_3,
}Expand description
Corresponds to the various wolf*_{client,server}_method() APIs
Variants§
DtlsClient
wolfDTLS_client_method
DtlsClientV1_2
wolfDTLSv1_2_client_method
DtlsClientV1_3
wolfDTLSv1_3_client_method
DtlsServer
wolfDTLS_server_method
DtlsServerV1_2
wolfDTLSv1_2_server_method
DtlsServerV1_3
wolfDTLSv1_3_server_method
TlsClient
wolfTLS_client_method
TlsClientV1_2
wolfTLSv1_2_client_method
TlsClientV1_3
wolfTLSv1_3_client_method
TlsServer
wolfTLS_server_method
TlsServerV1_2
wolfTLSv1_2_server_method
TlsServerV1_3
wolfTLSv1_3_server_method
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Method
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnwindSafe for Method
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)