Struct rectangle_pack::PackedLocation [−][src]
pub struct PackedLocation { /* fields omitted */ }Describes how and where an incoming rectangle was packed into the target bins
Implementations
impl PackedLocation[src]
impl PackedLocation[src]Trait Implementations
impl Clone for PackedLocation[src]
impl Clone for PackedLocation[src]fn clone(&self) -> PackedLocation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PackedLocation[src]
impl Copy for PackedLocation[src]impl PartialEq<PackedLocation> for PackedLocation[src]
impl PartialEq<PackedLocation> for PackedLocation[src]fn eq(&self, other: &PackedLocation) -> bool[src]
fn ne(&self, other: &PackedLocation) -> bool[src]
impl StructuralPartialEq for PackedLocation[src]
impl StructuralPartialEq for PackedLocation[src]Auto Trait Implementations
impl RefUnwindSafe for PackedLocation
impl RefUnwindSafe for PackedLocationimpl Send for PackedLocation
impl Send for PackedLocationimpl Sync for PackedLocation
impl Sync for PackedLocationimpl Unpin for PackedLocation
impl Unpin for PackedLocationimpl UnwindSafe for PackedLocation
impl UnwindSafe for PackedLocation