pub struct SkewxFunction {
pub name: Function,
pub params: AngleOrZero,
pub close: RightParen,
}Expand description
https://drafts.csswg.org/css-transforms-1/#funcdef-transform-skewx
skewX() = skewX( [ <angle> | <zero> ] )Fields§
§name: Function§params: AngleOrZero§close: RightParenTrait Implementations§
Source§impl Clone for SkewxFunction
impl Clone for SkewxFunction
Source§fn clone(&self) -> SkewxFunction
fn clone(&self) -> SkewxFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SkewxFunction
impl Debug for SkewxFunction
Source§impl Hash for SkewxFunction
impl Hash for SkewxFunction
Source§impl Ord for SkewxFunction
impl Ord for SkewxFunction
Source§fn cmp(&self, other: &SkewxFunction) -> Ordering
fn cmp(&self, other: &SkewxFunction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for SkewxFunction
impl<'a> Parse<'a> for SkewxFunction
Source§impl PartialEq for SkewxFunction
impl PartialEq for SkewxFunction
Source§impl PartialOrd for SkewxFunction
impl PartialOrd for SkewxFunction
Source§impl<'a> Peek<'a> for SkewxFunction
impl<'a> Peek<'a> for SkewxFunction
Source§impl ToCursors for SkewxFunction
impl ToCursors for SkewxFunction
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for SkewxFunction
impl StructuralPartialEq for SkewxFunction
Auto Trait Implementations§
impl Freeze for SkewxFunction
impl RefUnwindSafe for SkewxFunction
impl Send for SkewxFunction
impl Sync for SkewxFunction
impl Unpin for SkewxFunction
impl UnwindSafe for SkewxFunction
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