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