Struct guillotiere::AllocId
source · #[repr(C)]pub struct AllocId(/* private fields */);
Expand description
ID referring to an allocated rectangle.
Implementations§
Trait Implementations§
source§impl Index<AllocId> for AtlasAllocator
impl Index<AllocId> for AtlasAllocator
source§impl PartialEq for AllocId
impl PartialEq for AllocId
impl Copy for AllocId
impl Eq for AllocId
impl StructuralEq for AllocId
impl StructuralPartialEq for AllocId
Auto Trait Implementations§
impl RefUnwindSafe for AllocId
impl Send for AllocId
impl Sync for AllocId
impl Unpin for AllocId
impl UnwindSafe for AllocId
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