#[repr(C)]pub struct UserThreadControlBlock {
pub guard: u64,
pub kernel_version: u32,
pub user_version: u32,
pub self_handle: u64,
pub tls: usize,
pub current_cpu: u32,
pub reserved0: u32,
}Fields§
§guard: u64§kernel_version: u32§user_version: u32§self_handle: u64§tls: usize§current_cpu: u32§reserved0: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserThreadControlBlock
impl RefUnwindSafe for UserThreadControlBlock
impl Send for UserThreadControlBlock
impl Sync for UserThreadControlBlock
impl Unpin for UserThreadControlBlock
impl UnwindSafe for UserThreadControlBlock
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