pub struct Keyframe<'a>(/* private fields */);Trait Implementations§
Source§impl<'a> Ord for Keyframe<'a>
impl<'a> Ord for Keyframe<'a>
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<'a> PartialOrd for Keyframe<'a>
impl<'a> PartialOrd for Keyframe<'a>
Source§impl<'a> ToCursors for Keyframe<'a>
impl<'a> ToCursors for Keyframe<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for Keyframe<'a>
impl<'a> StructuralPartialEq for Keyframe<'a>
Auto Trait Implementations§
impl<'a> Freeze for Keyframe<'a>
impl<'a> !RefUnwindSafe for Keyframe<'a>
impl<'a> !Send for Keyframe<'a>
impl<'a> !Sync for Keyframe<'a>
impl<'a> Unpin for Keyframe<'a>
impl<'a> !UnwindSafe for Keyframe<'a>
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