Struct DD_GETFORMATDATA
#[repr(C)]pub struct DD_GETFORMATDATA {
pub gdi2: DD_GETDRIVERINFO2DATA,
pub dwFormatIndex: u32,
pub format: DDPIXELFORMAT,
}
Fields§
§gdi2: DD_GETDRIVERINFO2DATA
§dwFormatIndex: u32
§format: DDPIXELFORMAT
Trait Implementations§
§impl Clone for DD_GETFORMATDATA
impl Clone for DD_GETFORMATDATA
§fn clone(&self) -> DD_GETFORMATDATA
fn clone(&self) -> DD_GETFORMATDATA
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 Default for DD_GETFORMATDATA
impl Default for DD_GETFORMATDATA
impl Copy for DD_GETFORMATDATA
Auto Trait Implementations§
impl Freeze for DD_GETFORMATDATA
impl RefUnwindSafe for DD_GETFORMATDATA
impl Send for DD_GETFORMATDATA
impl Sync for DD_GETFORMATDATA
impl Unpin for DD_GETFORMATDATA
impl UnwindSafe for DD_GETFORMATDATA
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