#[repr(C)]pub struct SetCursorPatch {
pub cursor: String,
}
Fields§
§cursor: String
Trait Implementations§
Source§impl Debug for SetCursorPatch
impl Debug for SetCursorPatch
Source§impl Default for SetCursorPatch
impl Default for SetCursorPatch
Source§fn default() -> SetCursorPatch
fn default() -> SetCursorPatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetCursorPatch
impl RefUnwindSafe for SetCursorPatch
impl Send for SetCursorPatch
impl Sync for SetCursorPatch
impl Unpin for SetCursorPatch
impl UnwindSafe for SetCursorPatch
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