#[repr(C)]pub struct PERF_BIN {
pub NumberOfBins: u32,
pub TypeOfBin: u32,
pub BinsRanges: [BIN_RANGE; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
NumberOfBins: u32
TypeOfBin: u32
BinsRanges: [BIN_RANGE; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PERF_BIN
impl Send for PERF_BIN
impl Sync for PERF_BIN
impl Unpin for PERF_BIN
impl UnwindSafe for PERF_BIN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more