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