pub struct NextOptions {
pub flag: NextOption,
pub await_time: u64,
pub image_rect: Option<ImageRect>,
pub dispose_option: Option<NextDispose>,
pub blend: Option<NextBlend>,
}Expand description
Per-frame transition options.
Fields§
§flag: NextOption§await_time: u64§image_rect: Option<ImageRect>§dispose_option: Option<NextDispose>§blend: Option<NextBlend>Trait Implementations§
Source§impl Clone for NextOptions
impl Clone for NextOptions
Source§fn clone(&self) -> NextOptions
fn clone(&self) -> NextOptions
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 moreSource§impl Debug for NextOptions
impl Debug for NextOptions
Source§impl PartialEq for NextOptions
impl PartialEq for NextOptions
impl Eq for NextOptions
impl StructuralPartialEq for NextOptions
Auto Trait Implementations§
impl Freeze for NextOptions
impl RefUnwindSafe for NextOptions
impl Send for NextOptions
impl Sync for NextOptions
impl Unpin for NextOptions
impl UnsafeUnpin for NextOptions
impl UnwindSafe for NextOptions
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