Struct ThumbnailType
#[repr(transparent)]pub struct ThumbnailType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ThumbnailType
impl ThumbnailType
Trait Implementations§
§impl Clone for ThumbnailType
impl Clone for ThumbnailType
§fn clone(&self) -> ThumbnailType
fn clone(&self) -> ThumbnailType
Returns a copy 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 more§impl Debug for ThumbnailType
impl Debug for ThumbnailType
§impl Default for ThumbnailType
impl Default for ThumbnailType
§fn default() -> ThumbnailType
fn default() -> ThumbnailType
Returns the “default value” for a type. Read more
§impl PartialEq for ThumbnailType
impl PartialEq for ThumbnailType
impl Copy for ThumbnailType
impl Eq for ThumbnailType
impl StructuralPartialEq for ThumbnailType
Auto Trait Implementations§
impl Freeze for ThumbnailType
impl RefUnwindSafe for ThumbnailType
impl Send for ThumbnailType
impl Sync for ThumbnailType
impl Unpin for ThumbnailType
impl UnwindSafe for ThumbnailType
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