Struct windows_sys::Win32::Media::KernelStreaming::KS_AMVPSIZE
#[repr(C)]pub struct KS_AMVPSIZE {
pub dwWidth: u32,
pub dwHeight: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more