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