Struct pmd_wan::AnimationFrame [−][src]
pub struct AnimationFrame {
pub duration: u8,
pub flag: u8,
pub frame_id: u16,
pub offset_x: i16,
pub offset_y: i16,
pub shadow_offset_x: i16,
pub shadow_offset_y: i16,
}Expand description
A single frame of an crate::Animation
Fields
duration: u8flag: u8frame_id: u16offset_x: i16offset_y: i16shadow_offset_x: i16shadow_offset_y: i16Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AnimationFrame
impl Send for AnimationFrame
impl Sync for AnimationFrame
impl Unpin for AnimationFrame
impl UnwindSafe for AnimationFrame
Blanket Implementations
Mutably borrows from an owned value. Read more