#[repr(C)]pub struct AtomicEmulatedTime(/* private fields */);
Implementations§
source§impl AtomicEmulatedTime
impl AtomicEmulatedTime
pub fn new(t: EmulatedTime) -> Self
pub fn load(&self, order: Ordering) -> EmulatedTime
pub fn store(&self, val: EmulatedTime, order: Ordering)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AtomicEmulatedTime
impl RefUnwindSafe for AtomicEmulatedTime
impl Send for AtomicEmulatedTime
impl Sync for AtomicEmulatedTime
impl Unpin for AtomicEmulatedTime
impl UnwindSafe for AtomicEmulatedTime
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more