Struct windows_sys::Win32::Media::DirectShow::AM_FRAMESTEP_STEP
[−]#[repr(C)]pub struct AM_FRAMESTEP_STEP {
pub dwFramesToStep: u32,
}Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
dwFramesToStep: u32Trait Implementations
impl Clone for AM_FRAMESTEP_STEP
impl Clone for AM_FRAMESTEP_STEP
impl Copy for AM_FRAMESTEP_STEP
Auto Trait Implementations
impl RefUnwindSafe for AM_FRAMESTEP_STEP
impl Send for AM_FRAMESTEP_STEP
impl Sync for AM_FRAMESTEP_STEP
impl Unpin for AM_FRAMESTEP_STEP
impl UnwindSafe for AM_FRAMESTEP_STEP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more