pub struct LcdScreenCandidate {
pub coordinates: Vector<Point>,
pub area: f64,
pub contour: Vector<Point>,
}Fields§
§coordinates: Vector<Point>§area: f64§contour: Vector<Point>Trait Implementations§
Source§impl Clone for LcdScreenCandidate
impl Clone for LcdScreenCandidate
Source§fn clone(&self) -> LcdScreenCandidate
fn clone(&self) -> LcdScreenCandidate
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 moreAuto Trait Implementations§
impl Freeze for LcdScreenCandidate
impl RefUnwindSafe for LcdScreenCandidate
impl Send for LcdScreenCandidate
impl Sync for LcdScreenCandidate
impl Unpin for LcdScreenCandidate
impl UnsafeUnpin for LcdScreenCandidate
impl UnwindSafe for LcdScreenCandidate
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