#[repr(C)]pub struct atomic_flag {
pub _Value: atomic_bool,
}
Fields§
§_Value: atomic_bool
Trait Implementations§
Source§impl Clone for atomic_flag
impl Clone for atomic_flag
Source§fn clone(&self) -> atomic_flag
fn clone(&self) -> atomic_flag
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for atomic_flag
impl Debug for atomic_flag
impl Copy for atomic_flag
Auto Trait Implementations§
impl Freeze for atomic_flag
impl RefUnwindSafe for atomic_flag
impl Send for atomic_flag
impl Sync for atomic_flag
impl Unpin for atomic_flag
impl UnwindSafe for atomic_flag
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