#[repr(transparent)]pub struct ssl_encryption_level_t(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl ssl_encryption_level_t
impl ssl_encryption_level_t
pub const ssl_encryption_initial: ssl_encryption_level_t = _
Source§impl ssl_encryption_level_t
impl ssl_encryption_level_t
pub const ssl_encryption_early_data: ssl_encryption_level_t = _
Source§impl ssl_encryption_level_t
impl ssl_encryption_level_t
pub const ssl_encryption_handshake: ssl_encryption_level_t = _
Source§impl ssl_encryption_level_t
impl ssl_encryption_level_t
pub const ssl_encryption_application: ssl_encryption_level_t = _
Trait Implementations§
Source§impl Clone for ssl_encryption_level_t
impl Clone for ssl_encryption_level_t
Source§fn clone(&self) -> ssl_encryption_level_t
fn clone(&self) -> ssl_encryption_level_t
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 ssl_encryption_level_t
impl Debug for ssl_encryption_level_t
Source§impl Hash for ssl_encryption_level_t
impl Hash for ssl_encryption_level_t
Source§impl PartialEq for ssl_encryption_level_t
impl PartialEq for ssl_encryption_level_t
impl Copy for ssl_encryption_level_t
impl Eq for ssl_encryption_level_t
impl StructuralPartialEq for ssl_encryption_level_t
Auto Trait Implementations§
impl Freeze for ssl_encryption_level_t
impl RefUnwindSafe for ssl_encryption_level_t
impl Send for ssl_encryption_level_t
impl Sync for ssl_encryption_level_t
impl Unpin for ssl_encryption_level_t
impl UnwindSafe for ssl_encryption_level_t
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