pub struct HICON(pub isize);
Tuple Fields§
§0: isize
Auto 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