Struct guillotiere::Allocation
source · #[repr(C)]pub struct Allocation {
pub id: AllocId,
pub rectangle: Rectangle,
}
Fields§
§id: AllocId
§rectangle: Rectangle
Trait Implementations§
source§impl Clone for Allocation
impl Clone for Allocation
source§fn clone(&self) -> Allocation
fn clone(&self) -> Allocation
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 Allocation
impl Debug for Allocation
source§impl PartialEq for Allocation
impl PartialEq for Allocation
source§fn eq(&self, other: &Allocation) -> bool
fn eq(&self, other: &Allocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Allocation
impl StructuralPartialEq for Allocation
Auto Trait Implementations§
impl RefUnwindSafe for Allocation
impl Send for Allocation
impl Sync for Allocation
impl Unpin for Allocation
impl UnwindSafe for Allocation
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