Struct tauri_runtime_wry::CursorIconWrapper
source · pub struct CursorIconWrapper(pub CursorIcon);
Tuple Fields§
§0: CursorIcon
Trait Implementations§
source§impl Debug for CursorIconWrapper
impl Debug for CursorIconWrapper
source§impl From<CursorIcon> for CursorIconWrapper
impl From<CursorIcon> for CursorIconWrapper
source§fn from(icon: CursorIcon) -> Self
fn from(icon: CursorIcon) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CursorIconWrapper
impl RefUnwindSafe for CursorIconWrapper
impl Send for CursorIconWrapper
impl Sync for CursorIconWrapper
impl Unpin for CursorIconWrapper
impl UnwindSafe for CursorIconWrapper
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