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