Struct windows_sys::Win32::System::SystemServices::GDI_NONREMOTE
#[repr(C)]pub struct GDI_NONREMOTE {
pub fContext: i32,
pub u: GDI_NONREMOTE_0,
}
Expand description
Required features: "Win32_System_Com"
Fields§
§fContext: i32
§u: GDI_NONREMOTE_0
Trait Implementations§
§impl Clone for GDI_NONREMOTE
impl Clone for GDI_NONREMOTE
impl Copy for GDI_NONREMOTE
Auto Trait Implementations§
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