[−][src]Struct gstreamer::event::EventRef
Implementations
impl EventRef
[src]
pub unsafe fn as_ptr(&self) -> *const GstEvent
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstEvent
[src]
pub unsafe fn from_ptr<'a>(ptr: *const GstEvent) -> &'a Self
[src]
pub unsafe fn from_mut_ptr<'a>(ptr: *mut GstEvent) -> &'a mut Self
[src]
pub fn copy(&self) -> Event
[src]
impl EventRef
[src]
pub fn get_seqnum(&self) -> Seqnum
[src]
pub fn get_running_time_offset(&self) -> i64
[src]
pub fn set_running_time_offset(&mut self, offset: i64)
[src]
pub fn get_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 get_type(&self) -> EventType
[src]
pub fn view(&self) -> EventView<'_>
[src]
Trait Implementations
impl AsRef<EventRef> for Event
[src]
impl Borrow<EventRef> for Event
[src]
impl Debug for EventRef
[src]
impl<'a> FromValueOptional<'a> for &'a EventRef
[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
[src]
impl GlibPtrDefault for EventRef
[src]
impl Send for EventRef
[src]
impl StaticType for EventRef
[src]
fn static_type() -> Type
[src]
impl Sync for EventRef
[src]
impl ToOwned for EventRef
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,