Struct ntapi::ntgdi::GDI_SHARED_MEMORY
source · [−]#[repr(C)]pub struct GDI_SHARED_MEMORY {
pub Handles: [GDI_HANDLE_ENTRY; 16384],
}
Fields
Handles: [GDI_HANDLE_ENTRY; 16384]
Trait Implementations
sourceimpl Clone for GDI_SHARED_MEMORY
impl Clone for GDI_SHARED_MEMORY
sourcefn clone(&self) -> GDI_SHARED_MEMORY
fn clone(&self) -> GDI_SHARED_MEMORY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for GDI_SHARED_MEMORY
Auto Trait Implementations
impl RefUnwindSafe for GDI_SHARED_MEMORY
impl !Send for GDI_SHARED_MEMORY
impl !Sync for GDI_SHARED_MEMORY
impl Unpin for GDI_SHARED_MEMORY
impl UnwindSafe for GDI_SHARED_MEMORY
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