Struct windows_sys::Wdk::System::SystemServices::PCW_COUNTER_DESCRIPTOR
#[repr(C)]pub struct PCW_COUNTER_DESCRIPTOR {
pub Id: u16,
pub StructIndex: u16,
pub Offset: u16,
pub Size: u16,
}
Fields§
§Id: u16
§StructIndex: u16
§Offset: u16
§Size: u16
Trait Implementations§
§impl Clone for PCW_COUNTER_DESCRIPTOR
impl Clone for PCW_COUNTER_DESCRIPTOR
impl Copy for PCW_COUNTER_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for PCW_COUNTER_DESCRIPTOR
impl Send for PCW_COUNTER_DESCRIPTOR
impl Sync for PCW_COUNTER_DESCRIPTOR
impl Unpin for PCW_COUNTER_DESCRIPTOR
impl UnwindSafe for PCW_COUNTER_DESCRIPTOR
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