#[repr(C)]pub struct SizeInt32 {
pub Width: i32,
pub Height: i32,
}
Fields§
§Width: i32
§Height: i32
Trait Implementations§
impl Copy for SizeInt32
impl Eq for SizeInt32
impl StructuralPartialEq for SizeInt32
Auto Trait Implementations§
impl Freeze for SizeInt32
impl RefUnwindSafe for SizeInt32
impl Send for SizeInt32
impl Sync for SizeInt32
impl Unpin for SizeInt32
impl UnwindSafe for SizeInt32
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)