pub enum OddOrEven {
Odd,
Even,
Any,
}Expand description
Odd or even page for conditional page master selection
Variants§
Trait Implementations§
impl Copy for OddOrEven
impl Eq for OddOrEven
impl StructuralPartialEq for OddOrEven
Auto Trait Implementations§
impl Freeze for OddOrEven
impl RefUnwindSafe for OddOrEven
impl Send for OddOrEven
impl Sync for OddOrEven
impl Unpin for OddOrEven
impl UnsafeUnpin for OddOrEven
impl UnwindSafe for OddOrEven
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