Struct rectangle_pack::RectToInsert [−][src]
pub struct RectToInsert { /* fields omitted */ }A rectangle that we want to insert into a target bin
Implementations
impl RectToInsert[src]
impl RectToInsert[src]Trait Implementations
impl Clone for RectToInsert[src]
impl Clone for RectToInsert[src]fn clone(&self) -> RectToInsert[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RectToInsert[src]
impl Copy for RectToInsert[src]impl PartialEq<RectToInsert> for RectToInsert[src]
impl PartialEq<RectToInsert> for RectToInsert[src]fn eq(&self, other: &RectToInsert) -> bool[src]
fn ne(&self, other: &RectToInsert) -> bool[src]
impl StructuralPartialEq for RectToInsert[src]
impl StructuralPartialEq for RectToInsert[src]Auto Trait Implementations
impl RefUnwindSafe for RectToInsert
impl RefUnwindSafe for RectToInsertimpl Send for RectToInsert
impl Send for RectToInsertimpl Sync for RectToInsert
impl Sync for RectToInsertimpl Unpin for RectToInsert
impl Unpin for RectToInsertimpl UnwindSafe for RectToInsert
impl UnwindSafe for RectToInsert