Enum css_style::cursor::Cursor [−][src]
Variants
Alias(Alias)AllScroll(AllScroll)Auto(Auto)Cell(Cell)ContextMenu(ContextMenu)ColResize(ColResize)Copy(Copy)Crosshair(Crosshair)Default(Default)EResize(EResize)EwResize(EwResize)Grab(Grab)Grabbing(Grabbing)Help(Help)Move(Move)NResize(NResize)NeResize(NeResize)NeswResize(NeswResize)NsResize(NsResize)NwResize(NwResize)NwseResize(NwseResize)NoDrop(NoDrop)None(None)NotAllowed(NotAllowed)Pointer(Pointer)Progress(Progress)RowResize(RowResize)SResize(SResize)SeResize(SeResize)SwResize(SwResize)Text(Text)VerticalText(VerticalText)WResize(WResize)Wait(Wait)ZoomIn(ZoomIn)ZoomOut(ZoomOut)Initial(Initial)Inherit(Inherit)Trait Implementations
impl Clone for Cursor[src]
impl Copy for Cursor[src]
impl Debug for Cursor[src]
impl Display for Cursor[src]
impl Eq for Cursor[src]
impl From<Alias> for Cursor[src]
impl From<AllScroll> for Cursor[src]
impl From<Auto> for Cursor[src]
impl From<Cell> for Cursor[src]
impl From<ColResize> for Cursor[src]
impl From<ContextMenu> for Cursor[src]
fn from(original: ContextMenu) -> Cursor[src]
impl From<Copy> for Cursor[src]
impl From<Crosshair> for Cursor[src]
impl From<Default> for Cursor[src]
impl From<EResize> for Cursor[src]
impl From<EwResize> for Cursor[src]
impl From<Grab> for Cursor[src]
impl From<Grabbing> for Cursor[src]
impl From<Help> for Cursor[src]
impl From<Inherit> for Cursor[src]
impl From<Initial> for Cursor[src]
impl From<Move> for Cursor[src]
impl From<NResize> for Cursor[src]
impl From<NeResize> for Cursor[src]
impl From<NeswResize> for Cursor[src]
fn from(original: NeswResize) -> Cursor[src]
impl From<NoDrop> for Cursor[src]
impl From<None> for Cursor[src]
impl From<NotAllowed> for Cursor[src]
fn from(original: NotAllowed) -> Cursor[src]
impl From<NsResize> for Cursor[src]
impl From<NwResize> for Cursor[src]
impl From<NwseResize> for Cursor[src]
fn from(original: NwseResize) -> Cursor[src]
impl From<Pointer> for Cursor[src]
impl From<Progress> for Cursor[src]
impl From<RowResize> for Cursor[src]
impl From<SResize> for Cursor[src]
impl From<SeResize> for Cursor[src]
impl From<SwResize> for Cursor[src]
impl From<Text> for Cursor[src]
impl From<VerticalText> for Cursor[src]
fn from(original: VerticalText) -> Cursor[src]
impl From<WResize> for Cursor[src]
impl From<Wait> for Cursor[src]
impl From<ZoomIn> for Cursor[src]
impl From<ZoomOut> for Cursor[src]
impl PartialEq<Cursor> for Cursor[src]
impl StructuralEq for Cursor[src]
impl StructuralPartialEq for Cursor[src]
impl StyleUpdater for Cursor[src]
fn update_style(self, style: Style) -> Style[src]
Auto Trait Implementations
impl RefUnwindSafe for Cursor
impl Send for Cursor
impl Sync for Cursor
impl Unpin for Cursor
impl UnwindSafe for Cursor
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: Component + Float,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint, [src]
T: Component + Float,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint,
pub fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>, [src]
M: TransformMatrix<Swp, Dwp, T>,
pub fn adapt_into(self) -> D[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>, [src]
U: ConvertFrom<T>,
pub fn convert_into(self) -> U[src]
pub fn convert_unclamped_into(self) -> U[src]
pub fn try_convert_into(self) -> Result<U, OutOfBounds<U>>[src]
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized, [src]
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,