Struct VMRALLOCATIONINFO
#[repr(C)]pub struct VMRALLOCATIONINFO {
pub dwFlags: u32,
pub lpHdr: *mut BITMAPINFOHEADER,
pub lpPixFmt: *mut DDPIXELFORMAT,
pub szAspectRatio: SIZE,
pub dwMinBuffers: u32,
pub dwMaxBuffers: u32,
pub dwInterlaceFlags: u32,
pub szNativeSize: SIZE,
}
Fields§
§dwFlags: u32
§lpHdr: *mut BITMAPINFOHEADER
§lpPixFmt: *mut DDPIXELFORMAT
§szAspectRatio: SIZE
§dwMinBuffers: u32
§dwMaxBuffers: u32
§dwInterlaceFlags: u32
§szNativeSize: SIZE
Trait Implementations§
§impl Clone for VMRALLOCATIONINFO
impl Clone for VMRALLOCATIONINFO
§fn clone(&self) -> VMRALLOCATIONINFO
fn clone(&self) -> VMRALLOCATIONINFO
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 VMRALLOCATIONINFO
impl Debug for VMRALLOCATIONINFO
§impl Default for VMRALLOCATIONINFO
impl Default for VMRALLOCATIONINFO
§impl PartialEq for VMRALLOCATIONINFO
impl PartialEq for VMRALLOCATIONINFO
impl Copy for VMRALLOCATIONINFO
impl StructuralPartialEq for VMRALLOCATIONINFO
Auto Trait Implementations§
impl Freeze for VMRALLOCATIONINFO
impl RefUnwindSafe for VMRALLOCATIONINFO
impl !Send for VMRALLOCATIONINFO
impl !Sync for VMRALLOCATIONINFO
impl Unpin for VMRALLOCATIONINFO
impl UnwindSafe for VMRALLOCATIONINFO
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