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