#[repr(C)]pub struct s2n_client_hello { /* private fields */ }Expand description
Opaque client hello handle
Trait Implementations§
Source§impl Clone for s2n_client_hello
impl Clone for s2n_client_hello
Source§fn clone(&self) -> s2n_client_hello
fn clone(&self) -> s2n_client_hello
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 s2n_client_hello
impl Debug for s2n_client_hello
impl Copy for s2n_client_hello
Auto Trait Implementations§
impl Freeze for s2n_client_hello
impl RefUnwindSafe for s2n_client_hello
impl Send for s2n_client_hello
impl Sync for s2n_client_hello
impl Unpin for s2n_client_hello
impl UnwindSafe for s2n_client_hello
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