pub struct Meta {
pub color: Color,
pub frames: u32,
pub height: u32,
pub plays: Option<u32>,
pub width: u32,
}
Fields§
§color: Color
§frames: u32
Number of animation frames
height: u32
§plays: Option<u32>
Number of plays
width: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Meta
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
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