Struct yatp_cli::dictionary::Dictionary
source · [−]pub struct Dictionary { /* private fields */ }Expand description
Dictionary containing data about the packed textures and texture atlas, serialized into a given format.
Implementations
Trait Implementations
sourceimpl Debug for Dictionary
impl Debug for Dictionary
sourceimpl Serialize for Dictionary
impl Serialize for Dictionary
Auto Trait Implementations
impl RefUnwindSafe for Dictionary
impl Send for Dictionary
impl Sync for Dictionary
impl Unpin for Dictionary
impl UnwindSafe for Dictionary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more