pub struct PointUsize {
pub x: usize,
pub y: usize,
}Fields§
§x: usize§y: usizeImplementations§
Trait Implementations§
Source§impl Add<SizeUsize> for PointUsize
impl Add<SizeUsize> for PointUsize
Source§impl Clone for PointUsize
impl Clone for PointUsize
Source§fn clone(&self) -> PointUsize
fn clone(&self) -> PointUsize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PointUsize
Source§impl Debug for PointUsize
impl Debug for PointUsize
Auto Trait Implementations§
impl Freeze for PointUsize
impl RefUnwindSafe for PointUsize
impl Send for PointUsize
impl Sync for PointUsize
impl Unpin for PointUsize
impl UnsafeUnpin for PointUsize
impl UnwindSafe for PointUsize
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