Struct gstreamer::AtomicClockReturn [−][src]
#[repr(transparent)]pub struct AtomicClockReturn(_);
Implementations
pub fn compare_exchange(
&self,
current: ClockReturn,
new: ClockReturn
) -> Result<ClockReturn, ClockReturn>
[src]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtomicClockReturn
impl Send for AtomicClockReturn
impl Sync for AtomicClockReturn
impl Unpin for AtomicClockReturn
impl UnwindSafe for AtomicClockReturn