Enum gstreamer::ClockSuccess [−][src]
pub enum ClockSuccess {
Ok,
Done,
}Variants
OkDone
Trait Implementations
impl Clone for ClockSuccess[src]
impl Clone for ClockSuccessfn clone(&self) -> ClockSuccess[src]
fn clone(&self) -> ClockSuccessReturns 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 ClockSuccessimpl Debug for ClockSuccess[src]
impl Debug for ClockSuccessfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ClockSuccess[src]
impl Eq for ClockSuccessimpl PartialEq for ClockSuccess[src]
impl PartialEq for ClockSuccessfn eq(&self, other: &ClockSuccess) -> bool[src]
fn eq(&self, other: &ClockSuccess) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for ClockSuccess[src]
impl Hash for ClockSuccessAuto Trait Implementations
impl Send for ClockSuccess
impl Send for ClockSuccessimpl Sync for ClockSuccess
impl Sync for ClockSuccess