pub struct HCURSOR(pub *mut c_void);Available on not (crate feature
win32 and Windows).Tuple Fields§
§0: *mut c_voidAuto Trait Implementations§
impl Freeze for HCURSOR
impl RefUnwindSafe for HCURSOR
impl !Send for HCURSOR
impl !Sync for HCURSOR
impl Unpin for HCURSOR
impl UnsafeUnpin for HCURSOR
impl UnwindSafe for HCURSOR
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