#[repr(C)]pub struct FrameInfo {
pub required_frame: i32,
pub duration: i32,
pub fully_received: bool,
pub alpha_type: AlphaType,
pub has_alpha_within_bounds: bool,
pub disposal_method: DisposalMethod,
pub blend: Blend,
pub rect: IRect,
}
Fields§
§required_frame: i32
§duration: i32
§fully_received: bool
§alpha_type: AlphaType
§has_alpha_within_bounds: bool
§disposal_method: DisposalMethod
§blend: Blend
§rect: IRect
Trait Implementations§
impl Copy for FrameInfo
Auto Trait Implementations§
impl RefUnwindSafe for FrameInfo
impl Send for FrameInfo
impl Sync for FrameInfo
impl Unpin for FrameInfo
impl UnwindSafe for FrameInfo
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