pub enum PageDir {
BL,
BR,
TL,
TR,
RB,
RT,
LB,
LT,
}Expand description
Paging Direction
Variants§
Trait Implementations§
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