#[repr(C)]pub struct _thread_arch {
    pub basepri: u32,
    pub swap_return_value: u32,
}Fields§
§basepri: u32§swap_return_value: u32Trait Implementations§
Source§impl Debug for _thread_arch
 
impl Debug for _thread_arch
Source§impl Default for _thread_arch
 
impl Default for _thread_arch
Source§fn default() -> _thread_arch
 
fn default() -> _thread_arch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for _thread_arch
impl RefUnwindSafe for _thread_arch
impl Send for _thread_arch
impl Sync for _thread_arch
impl Unpin for _thread_arch
impl UnwindSafe for _thread_arch
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