Struct gstreamer::event::StreamGroupDone
source · #[repr(transparent)]pub struct StreamGroupDone<T = EventRef>(_);Implementations
sourceimpl StreamGroupDone<Event>
impl StreamGroupDone<Event>
pub fn get_mut(&mut self) -> Option<&mut StreamGroupDone>
sourceimpl StreamGroupDone<Event>
impl StreamGroupDone<Event>
Methods from Deref<Target = EventRef>
pub fn as_ptr(&self) -> *const GstEvent
pub fn as_mut_ptr(&self) -> *mut GstEvent
pub fn copy(&self) -> Event
pub fn upcast_ref(&self) -> &MiniObjectRef
pub fn seqnum(&self) -> Seqnum
pub fn running_time_offset(&self) -> i64
pub fn structure(&self) -> Option<&StructureRef>
pub fn is_upstream(&self) -> bool
pub fn is_downstream(&self) -> bool
pub fn is_serialized(&self) -> bool
pub fn is_sticky(&self) -> bool
pub fn is_sticky_multi(&self) -> bool
pub fn type_(&self) -> EventType
pub fn has_name(&self, name: &str) -> bool
pub fn view(&self) -> EventView<'_>
Trait Implementations
sourceimpl Borrow<StreamGroupDone<EventRef>> for StreamGroupDone<Event>
impl Borrow<StreamGroupDone<EventRef>> for StreamGroupDone<Event>
sourcefn borrow(&self) -> &StreamGroupDone
fn borrow(&self) -> &StreamGroupDone
Immutably borrows from an owned value. Read more
sourceimpl<T: Debug> Debug for StreamGroupDone<T>
impl<T: Debug> Debug for StreamGroupDone<T>
sourceimpl Deref for StreamGroupDone
impl Deref for StreamGroupDone
sourceimpl Deref for StreamGroupDone<Event>
impl Deref for StreamGroupDone<Event>
sourceimpl From<StreamGroupDone<Event>> for Event
impl From<StreamGroupDone<Event>> for Event
sourcefn from(concrete: StreamGroupDone<Event>) -> Self
fn from(concrete: StreamGroupDone<Event>) -> Self
Converts to this type from the input type.
sourceimpl StickyEventType for StreamGroupDone
impl StickyEventType for StreamGroupDone
sourceimpl ToOwned for StreamGroupDone
impl ToOwned for StreamGroupDone
type Owned = StreamGroupDone<Event>
type Owned = StreamGroupDone<Event>
The resulting type after obtaining ownership.
sourcefn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · sourcefn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for StreamGroupDone<T>where
T: RefUnwindSafe,
impl<T> Send for StreamGroupDone<T>where
T: Send,
impl<T> Sync for StreamGroupDone<T>where
T: Sync,
impl<T> Unpin for StreamGroupDone<T>where
T: Unpin,
impl<T> UnwindSafe for StreamGroupDone<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more