Struct gstreamer::event::EventRef [−][src]
#[repr(C)]pub struct EventRef(_);
Methods
impl EventRef
[src]
impl EventRef
pub fn get_seqnum(&self) -> Seqnum
[src]
pub fn get_seqnum(&self) -> Seqnum
pub fn get_running_time_offset(&self) -> i64
[src]
pub fn get_running_time_offset(&self) -> i64
pub fn set_running_time_offset(&mut self, offset: i64)
[src]
pub fn set_running_time_offset(&mut self, offset: i64)
pub fn get_structure(&self) -> Option<&StructureRef>
[src]
pub fn get_structure(&self) -> Option<&StructureRef>
pub fn is_upstream(&self) -> bool
[src]
pub fn is_upstream(&self) -> bool
pub fn is_downstream(&self) -> bool
[src]
pub fn is_downstream(&self) -> bool
pub fn is_serialized(&self) -> bool
[src]
pub fn is_serialized(&self) -> bool
pub fn is_sticky(&self) -> bool
[src]
pub fn is_sticky(&self) -> bool
pub fn is_sticky_multi(&self) -> bool
[src]
pub fn is_sticky_multi(&self) -> bool
pub fn get_type(&self) -> EventType
[src]
pub fn get_type(&self) -> EventType
pub fn view(&self) -> EventView
[src]
pub fn view(&self) -> EventView
Trait Implementations
impl Sync for EventRef
[src]
impl Sync for EventRef
impl Send for EventRef
[src]
impl Send for EventRef
impl MiniObject for EventRef
[src]
impl MiniObject for EventRef
type GstType = GstEvent
unsafe fn as_ptr(&self) -> *const Self::GstType
[src]
unsafe fn as_ptr(&self) -> *const Self::GstType
unsafe fn as_mut_ptr(&self) -> *mut Self::GstType
[src]
unsafe fn as_mut_ptr(&self) -> *mut Self::GstType
ⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self
ⓘImportant traits for &'a mut Runsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self
fn copy(&self) -> GstRc<Self>
[src]
fn copy(&self) -> GstRc<Self>
impl StaticType for EventRef
[src]
impl StaticType for EventRef
fn static_type() -> Type
[src]
fn static_type() -> Type
Returns the type identifier of Self
.
impl Debug for EventRef
[src]
impl Debug for EventRef
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl ToOwned for EventRef
[src]
impl ToOwned for EventRef
type Owned = GstRc<EventRef>
fn to_owned(&self) -> GstRc<EventRef>
[src]
fn to_owned(&self) -> GstRc<EventRef>
Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
fn clone_into(&self, target: &mut Self::Owned)
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more