pub struct SizedItem {
pub id: Id,
pub w: f32,
pub h: f32,
}Expand description
Items we are packing
Fields§
§id: Id§w: f32§h: f32Trait Implementations§
impl Copy for SizedItem
Auto Trait Implementations§
impl Freeze for SizedItem
impl RefUnwindSafe for SizedItem
impl Send for SizedItem
impl Sync for SizedItem
impl Unpin for SizedItem
impl UnsafeUnpin for SizedItem
impl UnwindSafe for SizedItem
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