pub struct PictureIndex(pub usize);Tuple Fields§
§0: usizeImplementations§
Source§impl PictureIndex
 
impl PictureIndex
pub const INVALID: PictureIndex
Trait Implementations§
Source§impl Clone for PictureIndex
 
impl Clone for PictureIndex
Source§fn clone(&self) -> PictureIndex
 
fn clone(&self) -> PictureIndex
Returns a duplicate of the value. Read more
1.0.0 · 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 PictureIndex
 
impl Debug for PictureIndex
Source§impl Hash for PictureIndex
 
impl Hash for PictureIndex
Source§impl MallocSizeOf for PictureIndex
 
impl MallocSizeOf for PictureIndex
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
 
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Source§impl Ord for PictureIndex
 
impl Ord for PictureIndex
Source§fn cmp(&self, other: &PictureIndex) -> Ordering
 
fn cmp(&self, other: &PictureIndex) -> Ordering
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 PartialEq for PictureIndex
 
impl PartialEq for PictureIndex
Source§impl PartialOrd for PictureIndex
 
impl PartialOrd for PictureIndex
Source§impl Serialize for PictureIndex
 
impl Serialize for PictureIndex
impl Copy for PictureIndex
impl Eq for PictureIndex
impl StructuralPartialEq for PictureIndex
Auto Trait Implementations§
impl Freeze for PictureIndex
impl RefUnwindSafe for PictureIndex
impl Send for PictureIndex
impl Sync for PictureIndex
impl Unpin for PictureIndex
impl UnwindSafe for PictureIndex
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<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more