pub struct ThumbnailFrameIndex(/* private fields */);Expand description
Monotonic per-frame token used by ThumbnailCache bookkeeping.
This is a semantic frame identity, not a duration or filesystem entry count.
Trait Implementations§
Source§impl Clone for ThumbnailFrameIndex
impl Clone for ThumbnailFrameIndex
Source§fn clone(&self) -> ThumbnailFrameIndex
fn clone(&self) -> ThumbnailFrameIndex
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 ThumbnailFrameIndex
impl Debug for ThumbnailFrameIndex
Source§impl Hash for ThumbnailFrameIndex
impl Hash for ThumbnailFrameIndex
Source§impl Ord for ThumbnailFrameIndex
impl Ord for ThumbnailFrameIndex
Source§fn cmp(&self, other: &ThumbnailFrameIndex) -> Ordering
fn cmp(&self, other: &ThumbnailFrameIndex) -> Ordering
1.21.0 (const: unstable) · 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 ThumbnailFrameIndex
impl PartialEq for ThumbnailFrameIndex
Source§fn eq(&self, other: &ThumbnailFrameIndex) -> bool
fn eq(&self, other: &ThumbnailFrameIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ThumbnailFrameIndex
impl PartialOrd for ThumbnailFrameIndex
impl Copy for ThumbnailFrameIndex
impl Eq for ThumbnailFrameIndex
impl StructuralPartialEq for ThumbnailFrameIndex
Auto Trait Implementations§
impl Freeze for ThumbnailFrameIndex
impl RefUnwindSafe for ThumbnailFrameIndex
impl Send for ThumbnailFrameIndex
impl Sync for ThumbnailFrameIndex
impl Unpin for ThumbnailFrameIndex
impl UnsafeUnpin for ThumbnailFrameIndex
impl UnwindSafe for ThumbnailFrameIndex
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.