Struct windows_sys::Win32::Media::DirectShow::AM_DVD_ChangeRate
[−]#[repr(C)]pub struct AM_DVD_ChangeRate {
pub StartInTime: i64,
pub StartOutTime: i64,
pub Rate: i32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
StartInTime: i64
StartOutTime: i64
Rate: i32
Trait Implementations
impl Clone for AM_DVD_ChangeRate
impl Clone for AM_DVD_ChangeRate
impl Copy for AM_DVD_ChangeRate
Auto Trait Implementations
impl RefUnwindSafe for AM_DVD_ChangeRate
impl Send for AM_DVD_ChangeRate
impl Sync for AM_DVD_ChangeRate
impl Unpin for AM_DVD_ChangeRate
impl UnwindSafe for AM_DVD_ChangeRate
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