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