#[repr(C)]pub struct Image_Size {
pub width: u32,
pub height: u32,
}Expand description
@brief Defines the image size.
@since 12
Fields§
§width: u32Image width, in pixels.
height: u32Image height, in pixels.
Trait Implementations§
Source§impl Clone for Image_Size
impl Clone for Image_Size
Source§fn clone(&self) -> Image_Size
fn clone(&self) -> Image_Size
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Image_Size
Auto Trait Implementations§
impl Freeze for Image_Size
impl RefUnwindSafe for Image_Size
impl Send for Image_Size
impl Sync for Image_Size
impl Unpin for Image_Size
impl UnsafeUnpin for Image_Size
impl UnwindSafe for Image_Size
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