Struct etagere::Allocation
source · #[repr(C)]pub struct Allocation {
pub id: AllocId,
pub rectangle: Rectangle,
}
Expand description
The AllocId
and Rectangle
resulting from an allocation.
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<'de> Deserialize<'de> for Allocation
impl<'de> Deserialize<'de> for Allocation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 ==
.source§impl Serialize for Allocation
impl Serialize for Allocation
impl Copy for Allocation
impl StructuralPartialEq for Allocation
Auto Trait Implementations§
impl Freeze for Allocation
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