#[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 Freeze for TEB_u_s
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§
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