Struct DD_DESTROYDDLOCALDATA
#[repr(C)]pub struct DD_DESTROYDDLOCALDATA {
pub dwFlags: u32,
pub pDDLcl: *mut DD_DIRECTDRAW_LOCAL,
pub ddRVal: HRESULT,
}
Fields§
§dwFlags: u32
§pDDLcl: *mut DD_DIRECTDRAW_LOCAL
§ddRVal: HRESULT
Trait Implementations§
§impl Clone for DD_DESTROYDDLOCALDATA
impl Clone for DD_DESTROYDDLOCALDATA
§fn clone(&self) -> DD_DESTROYDDLOCALDATA
fn clone(&self) -> DD_DESTROYDDLOCALDATA
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 DD_DESTROYDDLOCALDATA
impl Debug for DD_DESTROYDDLOCALDATA
§impl Default for DD_DESTROYDDLOCALDATA
impl Default for DD_DESTROYDDLOCALDATA
§impl PartialEq for DD_DESTROYDDLOCALDATA
impl PartialEq for DD_DESTROYDDLOCALDATA
impl Copy for DD_DESTROYDDLOCALDATA
impl StructuralPartialEq for DD_DESTROYDDLOCALDATA
Auto Trait Implementations§
impl Freeze for DD_DESTROYDDLOCALDATA
impl RefUnwindSafe for DD_DESTROYDDLOCALDATA
impl !Send for DD_DESTROYDDLOCALDATA
impl !Sync for DD_DESTROYDDLOCALDATA
impl Unpin for DD_DESTROYDDLOCALDATA
impl UnwindSafe for DD_DESTROYDDLOCALDATA
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