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