#[repr(C)]pub struct RectInt32 {
pub X: i32,
pub Y: i32,
pub Width: i32,
pub Height: i32,
}
Fields§
§X: i32
§Y: i32
§Width: i32
§Height: i32
Trait Implementations§
impl Copy for RectInt32
impl Eq for RectInt32
impl StructuralPartialEq for RectInt32
Auto Trait Implementations§
impl Freeze for RectInt32
impl RefUnwindSafe for RectInt32
impl Send for RectInt32
impl Sync for RectInt32
impl Unpin for RectInt32
impl UnwindSafe for RectInt32
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
)