[−][src]Struct gstreamer::message::AsyncStart
Implementations
impl<'a> AsyncStart<'a>
[src]
Methods from Deref<Target = MessageRef>
pub unsafe fn as_ptr(&self) -> *const GstMessage
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstMessage
[src]
pub fn copy(&self) -> Message
[src]
pub fn get_src(&self) -> Option<Object>
[src]
pub fn get_seqnum(&self) -> Seqnum
[src]
pub fn get_structure(&self) -> Option<&StructureRef>
[src]
pub fn view(&self) -> MessageView<'_>
[src]
pub fn get_type(&self) -> MessageType
[src]
Trait Implementations
impl<'a> Debug for AsyncStart<'a>
[src]
impl<'a> Deref for AsyncStart<'a>
[src]
type Target = MessageRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for AsyncStart<'a>
impl<'a> Send for AsyncStart<'a>
impl<'a> Sync for AsyncStart<'a>
impl<'a> Unpin for AsyncStart<'a>
impl<'a> UnwindSafe for AsyncStart<'a>
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, 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>,