Struct GstMessage
Source#[repr(C)]pub struct GstMessage {
pub mini_object: GstMiniObject,
pub type_: GstMessageType,
pub timestamp: u64,
pub src: *mut GstObject,
pub seqnum: u32,
pub lock: GMutex,
pub cond: GCond,
}Fields§
§mini_object: GstMiniObject§type_: GstMessageType§timestamp: u64§src: *mut GstObject§seqnum: u32§lock: GMutex§cond: GCondTrait Implementations§
Source§impl Clone for GstMessage
impl Clone for GstMessage
Source§fn clone(&self) -> GstMessage
fn clone(&self) -> GstMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstMessage
Auto Trait Implementations§
impl !Send for GstMessage
impl !Sync for GstMessage
impl Freeze for GstMessage
impl RefUnwindSafe for GstMessage
impl Unpin for GstMessage
impl UnsafeUnpin for GstMessage
impl UnwindSafe for GstMessage
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