#[repr(C)]pub struct PO_FX_COMPONENT_PERF_SET_0_1 {
pub Minimum: u64,
pub Maximum: u64,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Minimum: u64
§Maximum: u64
Trait Implementations§
§impl Clone for PO_FX_COMPONENT_PERF_SET_0_1
impl Clone for PO_FX_COMPONENT_PERF_SET_0_1
impl Copy for PO_FX_COMPONENT_PERF_SET_0_1
Auto Trait Implementations§
impl RefUnwindSafe for PO_FX_COMPONENT_PERF_SET_0_1
impl Send for PO_FX_COMPONENT_PERF_SET_0_1
impl Sync for PO_FX_COMPONENT_PERF_SET_0_1
impl Unpin for PO_FX_COMPONENT_PERF_SET_0_1
impl UnwindSafe for PO_FX_COMPONENT_PERF_SET_0_1
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