Struct gstreamer::ClockId [−][src]
pub struct ClockId(_);
Implementations
impl ClockId
[src]
impl ClockId
[src]pub fn time(&self) -> ClockTime
[src]
pub fn unschedule(&self)
[src]
pub fn wait(&self) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff)
[src]
pub fn compare_by_time(&self, other: &Self) -> Ordering
[src]
pub fn clock(&self) -> Option<Clock>
[src]
This is supported on crate feature
v1_16
only.pub fn uses_clock<P: IsA<Clock>>(&self, clock: &P) -> bool
[src]
This is supported on crate feature
v1_16
only.pub fn type_(&self) -> ClockEntryType
[src]
pub fn status(&self) -> &AtomicClockReturn
[src]
Trait Implementations
impl From<PeriodicClockId> for ClockId
[src]
impl From<PeriodicClockId> for ClockId
[src]fn from(id: PeriodicClockId) -> ClockId
[src]
fn from(id: PeriodicClockId) -> ClockId
[src]Performs the conversion.
impl From<SingleShotClockId> for ClockId
[src]
impl From<SingleShotClockId> for ClockId
[src]fn from(id: SingleShotClockId) -> ClockId
[src]
fn from(id: SingleShotClockId) -> ClockId
[src]Performs the conversion.
impl Ord for ClockId
[src]
impl Ord for ClockId
[src]impl PartialOrd<ClockId> for ClockId
[src]
impl PartialOrd<ClockId> for ClockId
[src]fn partial_cmp(&self, other: &ClockId) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &ClockId) -> Option<Ordering>
[src]This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl TryFrom<ClockId> for SingleShotClockId
[src]
impl TryFrom<ClockId> for SingleShotClockId
[src]impl TryFrom<ClockId> for PeriodicClockId
[src]
impl TryFrom<ClockId> for PeriodicClockId
[src]impl Eq for ClockId
[src]
impl Send for ClockId
[src]
impl StructuralEq for ClockId
[src]
impl StructuralPartialEq for ClockId
[src]
impl Sync for ClockId
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more