pub enum BounceState {
Reverse,
Forward,
NoBounce,
}Variants§
Trait Implementations§
Source§impl Default for BounceState
impl Default for BounceState
Source§fn default() -> BounceState
fn default() -> BounceState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BounceState
impl RefUnwindSafe for BounceState
impl Send for BounceState
impl Sync for BounceState
impl Unpin for BounceState
impl UnwindSafe for BounceState
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