pub struct SkewyFunction {
pub name: Function,
pub params: AngleOrZero,
pub close: RightParen,
}Expand description
https://drafts.csswg.org/css-transforms-1/#funcdef-transform-skewy
skewY() = skewY( [ <angle> | <zero> ] )Fields§
§name: Function§params: AngleOrZero§close: RightParenTrait Implementations§
Source§impl Clone for SkewyFunction
impl Clone for SkewyFunction
Source§fn clone(&self) -> SkewyFunction
fn clone(&self) -> SkewyFunction
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 SkewyFunction
impl Debug for SkewyFunction
Source§impl Hash for SkewyFunction
impl Hash for SkewyFunction
Source§impl Ord for SkewyFunction
impl Ord for SkewyFunction
Source§fn cmp(&self, other: &SkewyFunction) -> Ordering
fn cmp(&self, other: &SkewyFunction) -> 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 SkewyFunction
impl<'a> Parse<'a> for SkewyFunction
Source§impl PartialEq for SkewyFunction
impl PartialEq for SkewyFunction
Source§impl PartialOrd for SkewyFunction
impl PartialOrd for SkewyFunction
Source§impl<'a> Peek<'a> for SkewyFunction
impl<'a> Peek<'a> for SkewyFunction
Source§impl ToCursors for SkewyFunction
impl ToCursors for SkewyFunction
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for SkewyFunction
impl StructuralPartialEq for SkewyFunction
Auto Trait Implementations§
impl Freeze for SkewyFunction
impl RefUnwindSafe for SkewyFunction
impl Send for SkewyFunction
impl Sync for SkewyFunction
impl Unpin for SkewyFunction
impl UnwindSafe for SkewyFunction
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