Struct windows_sys::Win32::Media::DirectShow::MP_PARAMINFO
[−]#[repr(C)]pub struct MP_PARAMINFO {
pub mpType: MP_TYPE,
pub mopCaps: u32,
pub mpdMinValue: f32,
pub mpdMaxValue: f32,
pub mpdNeutralValue: f32,
pub szUnitText: [u16; 32],
pub szLabel: [u16; 32],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
mpType: MP_TYPE
mopCaps: u32
mpdMinValue: f32
mpdMaxValue: f32
mpdNeutralValue: f32
szUnitText: [u16; 32]
szLabel: [u16; 32]
Trait Implementations
impl Clone for MP_PARAMINFO
impl Clone for MP_PARAMINFO
impl Copy for MP_PARAMINFO
Auto Trait Implementations
impl RefUnwindSafe for MP_PARAMINFO
impl Send for MP_PARAMINFO
impl Sync for MP_PARAMINFO
impl Unpin for MP_PARAMINFO
impl UnwindSafe for MP_PARAMINFO
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