Struct windows_sys::Win32::Media::KernelStreaming::KS_AMVPSIZE
[−]Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
dwWidth: u32
dwHeight: u32
Trait Implementations
impl Clone for KS_AMVPSIZE
impl Clone for KS_AMVPSIZE
impl Copy for KS_AMVPSIZE
Auto Trait Implementations
impl RefUnwindSafe for KS_AMVPSIZE
impl Send for KS_AMVPSIZE
impl Sync for KS_AMVPSIZE
impl Unpin for KS_AMVPSIZE
impl UnwindSafe for KS_AMVPSIZE
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