#[repr(C)]pub struct SEC_SRTP_PROTECTION_PROFILES {
pub ProfilesSize: u16,
pub ProfilesList: [u16; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ProfilesSize: u16
ProfilesList: [u16; 1]
Trait Implementations
impl Clone for SEC_SRTP_PROTECTION_PROFILES
impl Clone for SEC_SRTP_PROTECTION_PROFILES
impl Copy for SEC_SRTP_PROTECTION_PROFILES
Auto Trait Implementations
impl RefUnwindSafe for SEC_SRTP_PROTECTION_PROFILES
impl Send for SEC_SRTP_PROTECTION_PROFILES
impl Sync for SEC_SRTP_PROTECTION_PROFILES
impl Unpin for SEC_SRTP_PROTECTION_PROFILES
impl UnwindSafe for SEC_SRTP_PROTECTION_PROFILES
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