pub struct HICON(pub *mut c_void);Tuple Fields§
§0: *mut c_voidAuto Trait Implementations§
impl Freeze for HICON
impl RefUnwindSafe for HICON
impl !Send for HICON
impl !Sync for HICON
impl Unpin for HICON
impl UnwindSafe for HICON
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