Struct NetworkEncryptionType
#[repr(transparent)]pub struct NetworkEncryptionType(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl Clone for NetworkEncryptionType
impl Clone for NetworkEncryptionType
§fn clone(&self) -> NetworkEncryptionType
fn clone(&self) -> NetworkEncryptionType
Returns a duplicate 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 more§impl Debug for NetworkEncryptionType
impl Debug for NetworkEncryptionType
§impl Default for NetworkEncryptionType
impl Default for NetworkEncryptionType
§fn default() -> NetworkEncryptionType
fn default() -> NetworkEncryptionType
Returns the “default value” for a type. Read more
§impl PartialEq for NetworkEncryptionType
impl PartialEq for NetworkEncryptionType
impl Copy for NetworkEncryptionType
impl Eq for NetworkEncryptionType
impl StructuralPartialEq for NetworkEncryptionType
Auto Trait Implementations§
impl Freeze for NetworkEncryptionType
impl RefUnwindSafe for NetworkEncryptionType
impl Send for NetworkEncryptionType
impl Sync for NetworkEncryptionType
impl Unpin for NetworkEncryptionType
impl UnwindSafe for NetworkEncryptionType
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