Struct windows_sys::Win32::Security::Authentication::Identity::SEC_TRAFFIC_SECRETS
#[repr(C)]pub struct SEC_TRAFFIC_SECRETS {
pub SymmetricAlgId: [u16; 64],
pub ChainingMode: [u16; 64],
pub HashAlgId: [u16; 64],
pub KeySize: u16,
pub IvSize: u16,
pub MsgSequenceStart: u16,
pub MsgSequenceEnd: u16,
pub TrafficSecretType: SEC_TRAFFIC_SECRET_TYPE,
pub TrafficSecretSize: u16,
pub TrafficSecret: [u8; 1],
}
Fields§
§SymmetricAlgId: [u16; 64]
§ChainingMode: [u16; 64]
§HashAlgId: [u16; 64]
§KeySize: u16
§IvSize: u16
§MsgSequenceStart: u16
§MsgSequenceEnd: u16
§TrafficSecretType: SEC_TRAFFIC_SECRET_TYPE
§TrafficSecretSize: u16
§TrafficSecret: [u8; 1]
Trait Implementations§
§impl Clone for SEC_TRAFFIC_SECRETS
impl Clone for SEC_TRAFFIC_SECRETS
§fn clone(&self) -> SEC_TRAFFIC_SECRETS
fn clone(&self) -> SEC_TRAFFIC_SECRETS
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 moreimpl Copy for SEC_TRAFFIC_SECRETS
Auto Trait Implementations§
impl Freeze for SEC_TRAFFIC_SECRETS
impl RefUnwindSafe for SEC_TRAFFIC_SECRETS
impl Send for SEC_TRAFFIC_SECRETS
impl Sync for SEC_TRAFFIC_SECRETS
impl Unpin for SEC_TRAFFIC_SECRETS
impl UnwindSafe for SEC_TRAFFIC_SECRETS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)