pub type portMUX_TYPE = spinlock_t;
Aliased Type§
struct portMUX_TYPE {
pub owner: u32,
pub count: u32,
}
Fields§
§owner: u32
§count: u32
Trait Implementations
Source§impl Clone for spinlock_t
impl Clone for spinlock_t
Source§fn clone(&self) -> spinlock_t
fn clone(&self) -> spinlock_t
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for spinlock_t
impl Debug for spinlock_t
Source§impl Default for spinlock_t
impl Default for spinlock_t
Source§fn default() -> spinlock_t
fn default() -> spinlock_t
Returns the “default value” for a type. Read more