Struct windows_sys::Win32::System::Power::PROCESSOR_OBJECT_INFO_EX
[−]#[repr(C)]pub struct PROCESSOR_OBJECT_INFO_EX {
pub PhysicalID: u32,
pub PBlkAddress: u32,
pub PBlkLength: u8,
pub InitialApicId: u32,
}
Expand description
Required features: "Win32_System_Power"
Fields
PhysicalID: u32
PBlkAddress: u32
PBlkLength: u8
InitialApicId: u32
Trait Implementations
impl Clone for PROCESSOR_OBJECT_INFO_EX
impl Clone for PROCESSOR_OBJECT_INFO_EX
impl Copy for PROCESSOR_OBJECT_INFO_EX
Auto Trait Implementations
impl RefUnwindSafe for PROCESSOR_OBJECT_INFO_EX
impl Send for PROCESSOR_OBJECT_INFO_EX
impl Sync for PROCESSOR_OBJECT_INFO_EX
impl Unpin for PROCESSOR_OBJECT_INFO_EX
impl UnwindSafe for PROCESSOR_OBJECT_INFO_EX
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