Struct windows_sys::Win32::Media::DirectShow::AM_QueryRate
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
lMaxForwardFullFrame: i32
lMaxReverseFullFrame: i32
Trait Implementations
impl Clone for AM_QueryRate
impl Clone for AM_QueryRate
impl Copy for AM_QueryRate
Auto Trait Implementations
impl RefUnwindSafe for AM_QueryRate
impl Send for AM_QueryRate
impl Sync for AM_QueryRate
impl Unpin for AM_QueryRate
impl UnwindSafe for AM_QueryRate
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