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