pub struct TransformRotateYOp { /* private fields */ }Implementations§
Source§impl TransformRotateYOp
impl TransformRotateYOp
pub fn name(&self) -> Option<String>
pub fn is_inverse(&self) -> bool
pub fn float4x4_at_time(&self, time: f64) -> [f32; 16]
pub fn animated_value(&self) -> Option<AnimatedScalar>
pub fn as_transform_op(&self) -> TransformOp
Trait Implementations§
Source§impl Clone for TransformRotateYOp
impl Clone for TransformRotateYOp
Source§fn clone(&self) -> TransformRotateYOp
fn clone(&self) -> TransformRotateYOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TransformRotateYOp
impl RefUnwindSafe for TransformRotateYOp
impl !Send for TransformRotateYOp
impl !Sync for TransformRotateYOp
impl Unpin for TransformRotateYOp
impl UnsafeUnpin for TransformRotateYOp
impl UnwindSafe for TransformRotateYOp
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