#[repr(C)]pub struct SEC_SRTP_MASTER_KEY_IDENTIFIER {
pub MasterKeyIdentifierSize: u8,
pub MasterKeyIdentifier: [u8; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
MasterKeyIdentifierSize: u8
MasterKeyIdentifier: [u8; 1]
Trait Implementations
impl Clone for SEC_SRTP_MASTER_KEY_IDENTIFIER
impl Clone for SEC_SRTP_MASTER_KEY_IDENTIFIER
impl Copy for SEC_SRTP_MASTER_KEY_IDENTIFIER
Auto Trait Implementations
impl RefUnwindSafe for SEC_SRTP_MASTER_KEY_IDENTIFIER
impl Send for SEC_SRTP_MASTER_KEY_IDENTIFIER
impl Sync for SEC_SRTP_MASTER_KEY_IDENTIFIER
impl Unpin for SEC_SRTP_MASTER_KEY_IDENTIFIER
impl UnwindSafe for SEC_SRTP_MASTER_KEY_IDENTIFIER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more