#[repr(C)]pub struct TEB_u_s {
pub ReservedPad0: UCHAR,
pub ReservedPad1: UCHAR,
pub ReservedPad2: UCHAR,
pub IdealProcessor: UCHAR,
}
Fields
ReservedPad0: UCHAR
ReservedPad1: UCHAR
ReservedPad2: UCHAR
IdealProcessor: UCHAR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TEB_u_s
impl Send for TEB_u_s
impl Sync for TEB_u_s
impl Unpin for TEB_u_s
impl UnwindSafe for TEB_u_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more