#[repr(C)]pub struct SRTP_PROTECTION_PROFILE {
pub name: *const c_char,
pub id: c_ulong,
}
Fields§
§name: *const c_char
§id: c_ulong
Auto Trait Implementations§
impl Freeze for SRTP_PROTECTION_PROFILE
impl RefUnwindSafe for SRTP_PROTECTION_PROFILE
impl !Send for SRTP_PROTECTION_PROFILE
impl !Sync for SRTP_PROTECTION_PROFILE
impl Unpin for SRTP_PROTECTION_PROFILE
impl UnwindSafe for SRTP_PROTECTION_PROFILE
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes