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