Struct windows_sys::Win32::System::Ioctl::BIN_RESULTS
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
NumberOfBins: u32
BinCounts: [BIN_COUNT; 1]
Trait Implementations
impl Clone for BIN_RESULTS
impl Clone for BIN_RESULTS
impl Copy for BIN_RESULTS
Auto Trait Implementations
impl RefUnwindSafe for BIN_RESULTS
impl Send for BIN_RESULTS
impl Sync for BIN_RESULTS
impl Unpin for BIN_RESULTS
impl UnwindSafe for BIN_RESULTS
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