Struct fastfreeimage::FastImageSize
source · pub struct FastImageSize { /* private fields */ }
Expand description
Size (in pixels) of a region
Implementations§
Trait Implementations§
source§impl Clone for FastImageSize
impl Clone for FastImageSize
source§fn clone(&self) -> FastImageSize
fn clone(&self) -> FastImageSize
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 moresource§impl Debug for FastImageSize
impl Debug for FastImageSize
source§impl PartialEq for FastImageSize
impl PartialEq for FastImageSize
source§fn eq(&self, other: &FastImageSize) -> bool
fn eq(&self, other: &FastImageSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FastImageSize
impl StructuralPartialEq for FastImageSize
Auto Trait Implementations§
impl Freeze for FastImageSize
impl RefUnwindSafe for FastImageSize
impl Send for FastImageSize
impl Sync for FastImageSize
impl Unpin for FastImageSize
impl UnwindSafe for FastImageSize
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