Struct windows_sys::Win32::Graphics::DirectDraw::DD_DESTROYDDLOCALDATA
[−]#[repr(C)]pub struct DD_DESTROYDDLOCALDATA {
pub dwFlags: u32,
pub pDDLcl: *mut DD_DIRECTDRAW_LOCAL,
pub ddRVal: HRESULT,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwFlags: u32
pDDLcl: *mut DD_DIRECTDRAW_LOCAL
ddRVal: HRESULT
Trait Implementations
impl Clone for DD_DESTROYDDLOCALDATA
impl Clone for DD_DESTROYDDLOCALDATA
impl Copy for DD_DESTROYDDLOCALDATA
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more