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