#[repr(transparent)]pub struct HGDIOBJ(pub isize);
Tuple Fields§
§0: isize
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