Struct windows_sys::Win32::System::Com::GDI_OBJECT
[−]#[repr(C)]pub struct GDI_OBJECT {
pub ObjectType: u32,
pub u: GDI_OBJECT_0,
}
Expand description
Required features: ‘Win32_System_Com’, ‘Win32_Graphics_Gdi’, ‘Win32_System_SystemServices’
Fields
ObjectType: u32
u: GDI_OBJECT_0
Trait Implementations
impl Clone for GDI_OBJECT
impl Clone for GDI_OBJECT
impl Copy for GDI_OBJECT
Auto Trait Implementations
impl RefUnwindSafe for GDI_OBJECT
impl !Send for GDI_OBJECT
impl !Sync for GDI_OBJECT
impl Unpin for GDI_OBJECT
impl UnwindSafe for GDI_OBJECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more