#[repr(C)]pub struct _GDI_NONREMOTE {
pub fContext: LONG,
pub u: _GDI_NONREMOTE___MIDL_IWinTypes_0002,
}
Fields§
§fContext: LONG
§u: _GDI_NONREMOTE___MIDL_IWinTypes_0002
Trait Implementations§
Source§impl Clone for _GDI_NONREMOTE
impl Clone for _GDI_NONREMOTE
Source§fn clone(&self) -> _GDI_NONREMOTE
fn clone(&self) -> _GDI_NONREMOTE
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 moreimpl Copy for _GDI_NONREMOTE
Auto Trait Implementations§
impl Freeze for _GDI_NONREMOTE
impl RefUnwindSafe for _GDI_NONREMOTE
impl !Send for _GDI_NONREMOTE
impl !Sync for _GDI_NONREMOTE
impl Unpin for _GDI_NONREMOTE
impl UnwindSafe for _GDI_NONREMOTE
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