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