Struct gstreamer::event::EventRef [−][src]
#[repr(transparent)]pub struct EventRef(_);
Implementations
impl EventRef
[src]
impl EventRef
[src]impl EventRef
[src]
impl EventRef
[src]pub fn seqnum(&self) -> Seqnum
[src]
pub fn running_time_offset(&self) -> i64
[src]
pub fn set_running_time_offset(&mut self, offset: i64)
[src]
pub fn structure(&self) -> Option<&StructureRef>
[src]
pub fn structure_mut(&mut self) -> &mut StructureRef
[src]
pub fn is_upstream(&self) -> bool
[src]
pub fn is_downstream(&self) -> bool
[src]
pub fn is_serialized(&self) -> bool
[src]
pub fn is_sticky(&self) -> bool
[src]
pub fn is_sticky_multi(&self) -> bool
[src]
pub fn type_(&self) -> EventType
[src]
pub fn view(&self) -> EventView<'_>
[src]
Trait Implementations
impl<'a> FromValue<'a> for &'a EventRef
[src]
impl<'a> FromValue<'a> for &'a EventRef
[src]type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
unsafe fn from_value(value: &'a Value) -> Self
[src]
unsafe fn from_value(value: &'a Value) -> Self
[src]Get the contained value from a Value
. Read more
impl GlibPtrDefault for EventRef
[src]
impl GlibPtrDefault for EventRef
[src]impl StaticType for EventRef
[src]
impl StaticType for EventRef
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl ToOwned for EventRef
[src]
impl ToOwned for EventRef
[src]fn to_owned(&self) -> Event
[src]
fn to_owned(&self) -> Event
[src]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)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more