Struct windows_sys::Win32::Graphics::DirectDraw::DDLOCKOUTINFO
[−]#[repr(C)]pub struct DDLOCKOUTINFO {
pub dwSurfacePtr: usize,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSurfacePtr: usize
Trait Implementations
impl Clone for DDLOCKOUTINFO
impl Clone for DDLOCKOUTINFO
impl Copy for DDLOCKOUTINFO
Auto Trait Implementations
impl RefUnwindSafe for DDLOCKOUTINFO
impl Send for DDLOCKOUTINFO
impl Sync for DDLOCKOUTINFO
impl Unpin for DDLOCKOUTINFO
impl UnwindSafe for DDLOCKOUTINFO
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