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