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