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