[][src]Struct gstreamer::AtomicClockReturn

#[repr(C)]
pub struct AtomicClockReturn(_);

Methods

impl AtomicClockReturn[src]

pub fn load(&self) -> ClockReturn[src]

pub fn store(&self, val: ClockReturn)[src]

pub fn swap(&self, val: ClockReturn) -> ClockReturn[src]

pub fn compare_and_swap(
    &self,
    current: ClockReturn,
    new: ClockReturn
) -> ClockReturn
[src]

Trait Implementations

impl Debug for AtomicClockReturn[src]

Auto Trait Implementations

impl RefUnwindSafe for AtomicClockReturn

impl Send for AtomicClockReturn

impl Sync for AtomicClockReturn

impl Unpin for AtomicClockReturn

impl UnwindSafe for AtomicClockReturn

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.