Struct HGDIOBJ
#[repr(transparent)]pub struct HGDIOBJ(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HGDIOBJ
impl HGDIOBJ
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HGDIOBJ
impl Eq for HGDIOBJ
impl StructuralPartialEq for HGDIOBJ
Auto Trait Implementations§
impl Freeze for HGDIOBJ
impl RefUnwindSafe for HGDIOBJ
impl !Send for HGDIOBJ
impl !Sync for HGDIOBJ
impl Unpin for HGDIOBJ
impl UnwindSafe for HGDIOBJ
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