#[repr(C)]pub struct PHYSICAL_COUNTER_RESOURCE_LIST {
pub Count: u32,
pub Descriptors: [PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Count: u32
§Descriptors: [PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR; 1]
Trait Implementations§
§impl Clone for PHYSICAL_COUNTER_RESOURCE_LIST
impl Clone for PHYSICAL_COUNTER_RESOURCE_LIST
impl Copy for PHYSICAL_COUNTER_RESOURCE_LIST
Auto Trait Implementations§
impl RefUnwindSafe for PHYSICAL_COUNTER_RESOURCE_LIST
impl Send for PHYSICAL_COUNTER_RESOURCE_LIST
impl Sync for PHYSICAL_COUNTER_RESOURCE_LIST
impl Unpin for PHYSICAL_COUNTER_RESOURCE_LIST
impl UnwindSafe for PHYSICAL_COUNTER_RESOURCE_LIST
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