#[repr(C)]pub struct mbedtls_ssl_handshake_params { /* private fields */ }
Trait Implementations§
Source§impl Clone for mbedtls_ssl_handshake_params
impl Clone for mbedtls_ssl_handshake_params
Source§fn clone(&self) -> mbedtls_ssl_handshake_params
fn clone(&self) -> mbedtls_ssl_handshake_params
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for mbedtls_ssl_handshake_params
impl Debug for mbedtls_ssl_handshake_params
impl Copy for mbedtls_ssl_handshake_params
Auto Trait Implementations§
impl Freeze for mbedtls_ssl_handshake_params
impl RefUnwindSafe for mbedtls_ssl_handshake_params
impl Send for mbedtls_ssl_handshake_params
impl Sync for mbedtls_ssl_handshake_params
impl Unpin for mbedtls_ssl_handshake_params
impl UnwindSafe for mbedtls_ssl_handshake_params
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