pub struct PackerResult {
pub dimensions: (u32, u32),
pub anchors: Vec<SpriteAnchor>,
}Fields§
§dimensions: (u32, u32)§anchors: Vec<SpriteAnchor>Trait Implementations§
Source§impl Clone for PackerResult
impl Clone for PackerResult
Source§fn clone(&self) -> PackerResult
fn clone(&self) -> PackerResult
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PackerResult
impl RefUnwindSafe for PackerResult
impl Send for PackerResult
impl Sync for PackerResult
impl Unpin for PackerResult
impl UnwindSafe for PackerResult
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