pub struct ConstraintGraph {
pub colors: Vec<GraphColor>,
}Expand description
(b3ConstraintGraph)
Fields§
§colors: Vec<GraphColor>Including overflow at the end
Implementations§
Source§impl ConstraintGraph
impl ConstraintGraph
Sourcepub fn new(body_capacity: i32) -> ConstraintGraph
pub fn new(body_capacity: i32) -> ConstraintGraph
(b3CreateGraph)
Trait Implementations§
Source§impl Clone for ConstraintGraph
impl Clone for ConstraintGraph
Source§fn clone(&self) -> ConstraintGraph
fn clone(&self) -> ConstraintGraph
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 moreSource§impl Debug for ConstraintGraph
impl Debug for ConstraintGraph
Source§impl Default for ConstraintGraph
impl Default for ConstraintGraph
Source§fn default() -> ConstraintGraph
fn default() -> ConstraintGraph
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConstraintGraph
impl RefUnwindSafe for ConstraintGraph
impl Send for ConstraintGraph
impl Sync for ConstraintGraph
impl Unpin for ConstraintGraph
impl UnsafeUnpin for ConstraintGraph
impl UnwindSafe for ConstraintGraph
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