[−][src]Struct gstreamer::query::Duration
Methods
impl<'a> Duration<&'a QueryRef>
[src]
impl<'a> Duration<&'a mut QueryRef>
[src]
pub fn get_mut_query(&mut self) -> &mut QueryRef
[src]
impl<T: AsPtr> Duration<T>
[src]
pub fn get_result(&self) -> GenericFormattedValue
[src]
pub fn get_format(&self) -> Format
[src]
impl<T: AsMutPtr> Duration<T>
[src]
pub fn set<V: Into<GenericFormattedValue>>(&mut self, dur: V)
[src]
Methods from Deref<Target = QueryRef>
pub fn get_structure(&self) -> Option<&StructureRef>
[src]
pub fn get_mut_structure(&mut self) -> &mut StructureRef
[src]
pub fn is_downstream(&self) -> bool
[src]
pub fn is_upstream(&self) -> bool
[src]
pub fn is_serialized(&self) -> bool
[src]
pub fn view(&self) -> QueryView<&Self>
[src]
pub fn view_mut(&mut self) -> QueryView<&mut Self>
[src]
Trait Implementations
impl From<Duration<Query>> for Query
[src]
impl DerefMut for Duration<Query>
[src]
impl<'a> Deref for Duration<&'a QueryRef>
[src]
impl<'a> Deref for Duration<&'a mut QueryRef>
[src]
type Target = Duration<&'a QueryRef>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl Deref for Duration<Query>
[src]
impl<T: Debug> Debug for Duration<T>
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)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> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,