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