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