#[repr(C)]pub struct StyleTransformSkew2D {
pub x: PercentageValue,
pub y: PercentageValue,
}Fields§
§x: PercentageValue§y: PercentageValueTrait Implementations§
Source§impl Clone for StyleTransformSkew2D
impl Clone for StyleTransformSkew2D
Source§fn clone(&self) -> StyleTransformSkew2D
fn clone(&self) -> StyleTransformSkew2D
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 StyleTransformSkew2D
impl Debug for StyleTransformSkew2D
Source§impl Hash for StyleTransformSkew2D
impl Hash for StyleTransformSkew2D
Source§impl Ord for StyleTransformSkew2D
impl Ord for StyleTransformSkew2D
Source§fn cmp(&self, other: &StyleTransformSkew2D) -> Ordering
fn cmp(&self, other: &StyleTransformSkew2D) -> 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 PartialEq for StyleTransformSkew2D
impl PartialEq for StyleTransformSkew2D
Source§impl PartialOrd for StyleTransformSkew2D
impl PartialOrd for StyleTransformSkew2D
impl Copy for StyleTransformSkew2D
impl Eq for StyleTransformSkew2D
impl StructuralPartialEq for StyleTransformSkew2D
Auto Trait Implementations§
impl Freeze for StyleTransformSkew2D
impl RefUnwindSafe for StyleTransformSkew2D
impl Send for StyleTransformSkew2D
impl Sync for StyleTransformSkew2D
impl Unpin for StyleTransformSkew2D
impl UnwindSafe for StyleTransformSkew2D
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