Struct VMR9AllocationInfo
#[repr(C)]pub struct VMR9AllocationInfo {
pub dwFlags: u32,
pub dwWidth: u32,
pub dwHeight: u32,
pub Format: D3DFORMAT,
pub Pool: D3DPOOL,
pub MinBuffers: u32,
pub szAspectRatio: SIZE,
pub szNativeSize: SIZE,
}
Fields§
§dwFlags: u32
§dwWidth: u32
§dwHeight: u32
§Format: D3DFORMAT
§Pool: D3DPOOL
§MinBuffers: u32
§szAspectRatio: SIZE
§szNativeSize: SIZE
Trait Implementations§
§impl Clone for VMR9AllocationInfo
impl Clone for VMR9AllocationInfo
§fn clone(&self) -> VMR9AllocationInfo
fn clone(&self) -> VMR9AllocationInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VMR9AllocationInfo
impl Debug for VMR9AllocationInfo
§impl Default for VMR9AllocationInfo
impl Default for VMR9AllocationInfo
§impl PartialEq for VMR9AllocationInfo
impl PartialEq for VMR9AllocationInfo
impl Copy for VMR9AllocationInfo
impl StructuralPartialEq for VMR9AllocationInfo
Auto Trait Implementations§
impl Freeze for VMR9AllocationInfo
impl RefUnwindSafe for VMR9AllocationInfo
impl Send for VMR9AllocationInfo
impl Sync for VMR9AllocationInfo
impl Unpin for VMR9AllocationInfo
impl UnwindSafe for VMR9AllocationInfo
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