pub enum pagedir {
BL,
BR,
TL,
TR,
RB,
RT,
LB,
LT,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for pagedir
Auto Trait Implementations§
impl Freeze for pagedir
impl RefUnwindSafe for pagedir
impl Send for pagedir
impl Sync for pagedir
impl Unpin for pagedir
impl UnwindSafe for pagedir
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