#[repr(C)]pub struct PO_FX_COMPONENT_PERF_SET_0_0 {
pub Count: u32,
pub States: *mut PO_FX_PERF_STATE,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Count: u32
§States: *mut PO_FX_PERF_STATE
Trait Implementations§
§impl Clone for PO_FX_COMPONENT_PERF_SET_0_0
impl Clone for PO_FX_COMPONENT_PERF_SET_0_0
impl Copy for PO_FX_COMPONENT_PERF_SET_0_0
Auto Trait Implementations§
impl RefUnwindSafe for PO_FX_COMPONENT_PERF_SET_0_0
impl !Send for PO_FX_COMPONENT_PERF_SET_0_0
impl !Sync for PO_FX_COMPONENT_PERF_SET_0_0
impl Unpin for PO_FX_COMPONENT_PERF_SET_0_0
impl UnwindSafe for PO_FX_COMPONENT_PERF_SET_0_0
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