pub enum Quadrant {
TopLeft,
TopRight,
BottomRight,
BottomLeft,
}Variants§
Trait Implementations§
impl Copy for Quadrant
impl Eq for Quadrant
impl StructuralPartialEq for Quadrant
Auto Trait Implementations§
impl Freeze for Quadrant
impl RefUnwindSafe for Quadrant
impl Send for Quadrant
impl Sync for Quadrant
impl Unpin for Quadrant
impl UnwindSafe for Quadrant
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