Struct riot_sys::atomic_flag
source · #[repr(C)]pub struct atomic_flag {
pub __flag: atomic_bool,
}
Fields§
§__flag: 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
source§impl Default for atomic_flag
impl Default for atomic_flag
source§fn default() -> atomic_flag
fn default() -> atomic_flag
Returns the “default value” for a type. Read more
impl Copy for atomic_flag
Auto Trait Implementations§
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