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