Struct gstreamer::event::EventRef [−][src]
#[repr(C)]pub struct EventRef(_);
Methods
impl EventRef[src]
impl EventRefpub fn get_seqnum(&self) -> Seqnum[src]
pub fn get_seqnum(&self) -> Seqnumpub fn get_running_time_offset(&self) -> i64[src]
pub fn get_running_time_offset(&self) -> i64pub 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) -> boolpub fn is_downstream(&self) -> bool[src]
pub fn is_downstream(&self) -> boolpub fn is_serialized(&self) -> bool[src]
pub fn is_serialized(&self) -> boolpub fn is_sticky(&self) -> bool[src]
pub fn is_sticky(&self) -> boolpub fn is_sticky_multi(&self) -> bool[src]
pub fn is_sticky_multi(&self) -> boolpub fn get_type(&self) -> EventType[src]
pub fn get_type(&self) -> EventTypepub fn view(&self) -> EventView[src]
pub fn view(&self) -> EventViewTrait Implementations
impl Sync for EventRef[src]
impl Sync for EventRefimpl Send for EventRef[src]
impl Send for EventRefimpl MiniObject for EventRef[src]
impl MiniObject for EventReftype GstType = GstEvent
unsafe fn as_ptr(&self) -> *const Self::GstType[src]
unsafe fn as_ptr(&self) -> *const Self::GstTypeunsafe 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 Selffn copy(&self) -> GstRc<Self>[src]
fn copy(&self) -> GstRc<Self>impl StaticType for EventRef[src]
impl StaticType for EventReffn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl Debug for EventRef[src]
impl Debug for EventReffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ToOwned for EventRef[src]
impl ToOwned for EventReftype 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