Struct visioncortex::clusters::Clusters
source · pub struct Clusters {
pub clusters: Vec<Cluster>,
pub rect: BoundingRect,
}Expand description
A collection of clusters
Fields§
§clusters: Vec<Cluster>§rect: BoundingRectImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Clusters
impl Send for Clusters
impl Sync for Clusters
impl Unpin for Clusters
impl UnwindSafe for Clusters
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