#[repr(C)]pub enum ScreenLoadAnim {
Show 15 variants
None = 0,
OverLeft = 1,
OverRight = 2,
OverTop = 3,
OverBottom = 4,
MoveLeft = 5,
MoveRight = 6,
MoveTop = 7,
MoveBottom = 8,
FadeInOrOn = 9,
FadeOut = 10,
OutLeft = 11,
OutRight = 12,
OutTop = 13,
OutBottom = 14,
}Variants§
None = 0
OverLeft = 1
OverRight = 2
OverTop = 3
OverBottom = 4
MoveLeft = 5
MoveRight = 6
MoveTop = 7
MoveBottom = 8
FadeInOrOn = 9
FadeOut = 10
OutLeft = 11
OutRight = 12
OutTop = 13
OutBottom = 14
Trait Implementations§
Source§impl Clone for ScreenLoadAnim
impl Clone for ScreenLoadAnim
Source§fn clone(&self) -> ScreenLoadAnim
fn clone(&self) -> ScreenLoadAnim
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 ScreenLoadAnim
impl Debug for ScreenLoadAnim
Source§impl PartialEq for ScreenLoadAnim
impl PartialEq for ScreenLoadAnim
impl Copy for ScreenLoadAnim
impl Eq for ScreenLoadAnim
impl StructuralPartialEq for ScreenLoadAnim
Auto Trait Implementations§
impl Freeze for ScreenLoadAnim
impl RefUnwindSafe for ScreenLoadAnim
impl Send for ScreenLoadAnim
impl Sync for ScreenLoadAnim
impl Unpin for ScreenLoadAnim
impl UnwindSafe for ScreenLoadAnim
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