#[repr(C)]pub struct IntSizeInterop {
pub w: c_int,
pub h: c_int,
}Expand description
This structure describes a size, given by its width and height.
Fields§
§w: c_int< The width.
h: c_int< The height.
Trait Implementations§
Source§impl Clone for IntSizeInterop
impl Clone for IntSizeInterop
Source§fn clone(&self) -> IntSizeInterop
fn clone(&self) -> IntSizeInterop
Returns a duplicate 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 IntSizeInterop
impl Debug for IntSizeInterop
impl Copy for IntSizeInterop
Auto Trait Implementations§
impl Freeze for IntSizeInterop
impl RefUnwindSafe for IntSizeInterop
impl Send for IntSizeInterop
impl Sync for IntSizeInterop
impl Unpin for IntSizeInterop
impl UnsafeUnpin for IntSizeInterop
impl UnwindSafe for IntSizeInterop
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