pub struct PropertyAnimationFieldsOffsets;Expand description
Helper struct containing the offsets of the fields of the struct PropertyAnimation
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Implementations§
Source§impl PropertyAnimationFieldsOffsets
impl PropertyAnimationFieldsOffsets
pub const fn delay(self) -> FieldOffset<PropertyAnimation, i32, AllowPin>
pub const fn duration(self) -> FieldOffset<PropertyAnimation, i32, AllowPin>
pub const fn iteration_count( self, ) -> FieldOffset<PropertyAnimation, f32, AllowPin>
pub const fn direction( self, ) -> FieldOffset<PropertyAnimation, AnimationDirection, AllowPin>
pub const fn easing( self, ) -> FieldOffset<PropertyAnimation, EasingCurve, AllowPin>
pub const fn enabled(self) -> FieldOffset<PropertyAnimation, bool, AllowPin>
Auto Trait Implementations§
impl Freeze for PropertyAnimationFieldsOffsets
impl RefUnwindSafe for PropertyAnimationFieldsOffsets
impl Send for PropertyAnimationFieldsOffsets
impl Sync for PropertyAnimationFieldsOffsets
impl Unpin for PropertyAnimationFieldsOffsets
impl UnsafeUnpin for PropertyAnimationFieldsOffsets
impl UnwindSafe for PropertyAnimationFieldsOffsets
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