pub struct CirclePacker { /* private fields */ }
Implementations§
Source§impl CirclePacker
impl CirclePacker
Sourcepub fn circles_in(&self, embedding_circle: &Circle) -> Vec<Circle>
pub fn circles_in(&self, embedding_circle: &Circle) -> Vec<Circle>
Returns a copy of the circles accumulated so far, embedded in the provided circle.
Trait Implementations§
Source§impl Clone for CirclePacker
impl Clone for CirclePacker
Source§fn clone(&self) -> CirclePacker
fn clone(&self) -> CirclePacker
Returns a copy 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 CirclePacker
impl Debug for CirclePacker
Source§impl Default for CirclePacker
impl Default for CirclePacker
Source§fn default() -> CirclePacker
fn default() -> CirclePacker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CirclePacker
impl RefUnwindSafe for CirclePacker
impl Send for CirclePacker
impl Sync for CirclePacker
impl Unpin for CirclePacker
impl UnwindSafe for CirclePacker
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