Struct gstreamer::AtomicClockReturn [−][src]
#[repr(transparent)]pub struct AtomicClockReturn(_);
Implementations
impl AtomicClockReturn
[src]
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_exchange(
&self,
current: ClockReturn,
new: ClockReturn
) -> Result<ClockReturn, ClockReturn>
[src]
&self,
current: ClockReturn,
new: ClockReturn
) -> Result<ClockReturn, ClockReturn>