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