Struct windows_sys::Win32::Media::DirectShow::MP_ENVELOPE_SEGMENT
[−]#[repr(C)]pub struct MP_ENVELOPE_SEGMENT {
pub rtStart: i64,
pub rtEnd: i64,
pub valStart: f32,
pub valEnd: f32,
pub iCurve: MP_CURVE_TYPE,
pub flags: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
rtStart: i64
rtEnd: i64
valStart: f32
valEnd: f32
iCurve: MP_CURVE_TYPE
flags: u32
Trait Implementations
impl Clone for MP_ENVELOPE_SEGMENT
impl Clone for MP_ENVELOPE_SEGMENT
impl Copy for MP_ENVELOPE_SEGMENT
Auto Trait Implementations
impl RefUnwindSafe for MP_ENVELOPE_SEGMENT
impl Send for MP_ENVELOPE_SEGMENT
impl Sync for MP_ENVELOPE_SEGMENT
impl Unpin for MP_ENVELOPE_SEGMENT
impl UnwindSafe for MP_ENVELOPE_SEGMENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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