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,
}
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§
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