Struct AMVPSIZE
#[repr(C)]pub struct AMVPSIZE {
pub dwWidth: u32,
pub dwHeight: u32,
}
Fields§
§dwWidth: u32
§dwHeight: u32
Trait Implementations§
impl Copy for AMVPSIZE
impl StructuralPartialEq for AMVPSIZE
Auto Trait Implementations§
impl Freeze for AMVPSIZE
impl RefUnwindSafe for AMVPSIZE
impl Send for AMVPSIZE
impl Sync for AMVPSIZE
impl Unpin for AMVPSIZE
impl UnwindSafe for 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