#[repr(C)]pub struct EncryptionContext {
pub szCertificateFile: [TTCHAR; 512],
pub szPrivateKeyFile: [TTCHAR; 512],
pub szCAFile: [TTCHAR; 512],
pub szCADir: [TTCHAR; 512],
pub bVerifyPeer: TTBOOL,
pub bVerifyClientOnce: TTBOOL,
pub nVerifyDepth: INT32,
}Fields§
§szCertificateFile: [TTCHAR; 512]§szPrivateKeyFile: [TTCHAR; 512]§szCAFile: [TTCHAR; 512]§szCADir: [TTCHAR; 512]§bVerifyPeer: TTBOOL§bVerifyClientOnce: TTBOOL§nVerifyDepth: INT32Trait Implementations§
Source§impl Clone for EncryptionContext
impl Clone for EncryptionContext
Source§fn clone(&self) -> EncryptionContext
fn clone(&self) -> EncryptionContext
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 moreSource§impl Debug for EncryptionContext
impl Debug for EncryptionContext
Source§impl Default for EncryptionContext
impl Default for EncryptionContext
impl Copy for EncryptionContext
Auto Trait Implementations§
impl Freeze for EncryptionContext
impl RefUnwindSafe for EncryptionContext
impl Send for EncryptionContext
impl Sync for EncryptionContext
impl Unpin for EncryptionContext
impl UnwindSafe for EncryptionContext
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