Struct gstreamer::message::ResetTime [−][src]
pub struct ResetTime<'a>(_);
Methods
impl<'a> ResetTime<'a>[src]
impl<'a> ResetTime<'a>pub fn get_running_time(&self) -> ClockTime[src]
pub fn get_running_time(&self) -> ClockTimeMethods from Deref<Target = MessageRef>
pub fn get_src(&self) -> Option<Object>[src]
pub fn get_src(&self) -> Option<Object>pub fn get_seqnum(&self) -> Seqnum[src]
pub fn get_seqnum(&self) -> Seqnumpub fn get_structure(&self) -> Option<&StructureRef>[src]
pub fn get_structure(&self) -> Option<&StructureRef>pub fn view(&self) -> MessageView[src]
pub fn view(&self) -> MessageViewTrait Implementations
impl<'a> Deref for ResetTime<'a>[src]
impl<'a> Deref for ResetTime<'a>type Target = MessageRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.