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