pub enum MotionEdge {
Left,
Right,
Top,
Bottom,
}Expand description
Logical edge used by renderer-neutral rect motion helpers.
Variants§
Trait Implementations§
Source§impl Clone for MotionEdge
impl Clone for MotionEdge
impl Copy for MotionEdge
Source§impl Debug for MotionEdge
impl Debug for MotionEdge
impl Eq for MotionEdge
Source§impl Hash for MotionEdge
impl Hash for MotionEdge
Source§impl PartialEq for MotionEdge
impl PartialEq for MotionEdge
impl StructuralPartialEq for MotionEdge
Auto Trait Implementations§
impl Freeze for MotionEdge
impl RefUnwindSafe for MotionEdge
impl Send for MotionEdge
impl Sync for MotionEdge
impl Unpin for MotionEdge
impl UnsafeUnpin for MotionEdge
impl UnwindSafe for MotionEdge
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