pub struct AnimationFrameRateRange { /* private fields */ }Expand description
Wrapper for expected frame-rate range used by animation options.
Implementations§
Trait Implementations§
Source§impl Clone for AnimationFrameRateRange
impl Clone for AnimationFrameRateRange
Source§fn clone(&self) -> AnimationFrameRateRange
fn clone(&self) -> AnimationFrameRateRange
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 moreSource§impl Debug for AnimationFrameRateRange
impl Debug for AnimationFrameRateRange
Source§impl Default for AnimationFrameRateRange
impl Default for AnimationFrameRateRange
impl Copy for AnimationFrameRateRange
Auto Trait Implementations§
impl Freeze for AnimationFrameRateRange
impl RefUnwindSafe for AnimationFrameRateRange
impl Send for AnimationFrameRateRange
impl Sync for AnimationFrameRateRange
impl Unpin for AnimationFrameRateRange
impl UnsafeUnpin for AnimationFrameRateRange
impl UnwindSafe for AnimationFrameRateRange
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