Struct gstreamer_sdp_sys::GstMIKEYMessage
source · #[repr(C)]pub struct GstMIKEYMessage {
pub mini_object: GstMiniObject,
pub version: u8,
pub type_: GstMIKEYType,
pub V: gboolean,
pub prf_func: GstMIKEYPRFFunc,
pub CSB_id: u32,
pub map_type: GstMIKEYMapType,
pub map_info: *mut GArray,
pub payloads: *mut GArray,
}
Fields§
§mini_object: GstMiniObject
§version: u8
§type_: GstMIKEYType
§V: gboolean
§prf_func: GstMIKEYPRFFunc
§CSB_id: u32
§map_type: GstMIKEYMapType
§map_info: *mut GArray
§payloads: *mut GArray
Trait Implementations§
source§impl Clone for GstMIKEYMessage
impl Clone for GstMIKEYMessage
source§fn clone(&self) -> GstMIKEYMessage
fn clone(&self) -> GstMIKEYMessage
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 moresource§impl Debug for GstMIKEYMessage
impl Debug for GstMIKEYMessage
impl Copy for GstMIKEYMessage
Auto Trait Implementations§
impl Freeze for GstMIKEYMessage
impl RefUnwindSafe for GstMIKEYMessage
impl !Send for GstMIKEYMessage
impl !Sync for GstMIKEYMessage
impl Unpin for GstMIKEYMessage
impl UnwindSafe for GstMIKEYMessage
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: 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
)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
)