Enum gstreamer::ClockSuccess [−][src]
pub enum ClockSuccess { Ok, Done, }
Variants
Ok
Done
Trait Implementations
impl Clone for ClockSuccess
[src]
impl Clone for ClockSuccess
fn clone(&self) -> ClockSuccess
[src]
fn clone(&self) -> ClockSuccess
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for ClockSuccess
[src]
impl Copy for ClockSuccess
impl Debug for ClockSuccess
[src]
impl Debug for ClockSuccess
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for ClockSuccess
[src]
impl Eq for ClockSuccess
impl PartialEq for ClockSuccess
[src]
impl PartialEq for ClockSuccess
fn eq(&self, other: &ClockSuccess) -> bool
[src]
fn eq(&self, other: &ClockSuccess) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Hash for ClockSuccess
[src]
impl Hash for ClockSuccess
Auto Trait Implementations
impl Send for ClockSuccess
impl Send for ClockSuccess
impl Sync for ClockSuccess
impl Sync for ClockSuccess