Struct DDLOCKOUTINFO
#[repr(C)]pub struct DDLOCKOUTINFO {
pub dwSurfacePtr: usize,
}
Fields§
§dwSurfacePtr: usize
Trait Implementations§
§impl Clone for DDLOCKOUTINFO
impl Clone for DDLOCKOUTINFO
§fn clone(&self) -> DDLOCKOUTINFO
fn clone(&self) -> DDLOCKOUTINFO
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 DDLOCKOUTINFO
impl Debug for DDLOCKOUTINFO
§impl Default for DDLOCKOUTINFO
impl Default for DDLOCKOUTINFO
§impl PartialEq for DDLOCKOUTINFO
impl PartialEq for DDLOCKOUTINFO
impl Copy for DDLOCKOUTINFO
impl StructuralPartialEq for DDLOCKOUTINFO
Auto Trait Implementations§
impl Freeze for DDLOCKOUTINFO
impl RefUnwindSafe for DDLOCKOUTINFO
impl Send for DDLOCKOUTINFO
impl Sync for DDLOCKOUTINFO
impl Unpin for DDLOCKOUTINFO
impl UnwindSafe for DDLOCKOUTINFO
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