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