Struct PHYSICAL_COUNTER_RESOURCE_LIST
#[repr(C)]pub struct PHYSICAL_COUNTER_RESOURCE_LIST {
pub Count: u32,
pub Descriptors: [PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR; 1],
}
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
§fn clone(&self) -> PHYSICAL_COUNTER_RESOURCE_LIST
fn clone(&self) -> PHYSICAL_COUNTER_RESOURCE_LIST
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PHYSICAL_COUNTER_RESOURCE_LIST
Auto Trait Implementations§
impl Freeze for PHYSICAL_COUNTER_RESOURCE_LIST
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