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 AtomicClockReturnimpl Send for AtomicClockReturnimpl Sync for AtomicClockReturnimpl Unpin for AtomicClockReturnimpl UnwindSafe for AtomicClockReturn