Struct ISize
#[repr(C)]pub struct ISize {
pub width: i32,
pub height: i32,
}Fields§
§width: i32§height: i32Implementations§
Trait Implementations§
§impl AddAssign<ISize> for IPoint
impl AddAssign<ISize> for IPoint
§fn add_assign(&mut self, rhs: ISize)
fn add_assign(&mut self, rhs: ISize)
Performs the
+= operation. Read more§impl SubAssign<ISize> for IPoint
impl SubAssign<ISize> for IPoint
§fn sub_assign(&mut self, rhs: ISize)
fn sub_assign(&mut self, rhs: ISize)
Performs the
-= operation. Read moreimpl Copy for ISize
impl Eq for ISize
impl StructuralPartialEq for ISize
Auto Trait Implementations§
impl Freeze for ISize
impl RefUnwindSafe for ISize
impl Send for ISize
impl Sync for ISize
impl Unpin for ISize
impl UnwindSafe for ISize
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