Struct windows_sys::Win32::Media::Streaming::HistogramHeader
[−]#[repr(C)]pub struct HistogramHeader {
pub Size: u32,
pub Bins: u32,
pub FourCC: u32,
pub ChannelMasks: u32,
pub Grid: HistogramGrid,
}
Expand description
Required features: "Win32_Media_Streaming"
, "Win32_Foundation"
Fields
Size: u32
Bins: u32
FourCC: u32
ChannelMasks: u32
Grid: HistogramGrid
Trait Implementations
impl Clone for HistogramHeader
impl Clone for HistogramHeader
impl Copy for HistogramHeader
Auto Trait Implementations
impl RefUnwindSafe for HistogramHeader
impl Send for HistogramHeader
impl Sync for HistogramHeader
impl Unpin for HistogramHeader
impl UnwindSafe for HistogramHeader
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