Struct rectangle_pack::PackedLocation
source · pub struct PackedLocation { /* private fields */ }
Expand description
Describes how and where an incoming rectangle was packed into the target bins
Implementations§
Trait Implementations§
source§impl Clone for PackedLocation
impl Clone for PackedLocation
source§fn clone(&self) -> PackedLocation
fn clone(&self) -> PackedLocation
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 PackedLocation
impl Debug for PackedLocation
source§impl PartialEq for PackedLocation
impl PartialEq for PackedLocation
source§fn eq(&self, other: &PackedLocation) -> bool
fn eq(&self, other: &PackedLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PackedLocation
impl StructuralPartialEq for PackedLocation
Auto Trait Implementations§
impl RefUnwindSafe for PackedLocation
impl Send for PackedLocation
impl Sync for PackedLocation
impl Unpin for PackedLocation
impl UnwindSafe for PackedLocation
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