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