#[repr(C)]pub struct _thread_arch {
pub basepri: u32,
pub swap_return_value: u32,
}
Fields§
§basepri: u32
§swap_return_value: u32
Trait Implementations§
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