pub struct SizeUsize {
pub width: usize,
pub height: usize,
}
Fields§
§width: usize
§height: usize
Implementations§
Trait Implementations§
Source§impl Add<SizeUsize> for PointUsize
impl Add<SizeUsize> for PointUsize
impl Copy for SizeUsize
impl Eq for SizeUsize
impl StructuralPartialEq for SizeUsize
Auto Trait Implementations§
impl Freeze for SizeUsize
impl RefUnwindSafe for SizeUsize
impl Send for SizeUsize
impl Sync for SizeUsize
impl Unpin for SizeUsize
impl UnwindSafe for SizeUsize
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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