Struct RectInt32
#[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 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