pub enum CrossAxis {
True,
False,
Alignment,
}
Expand description
Cross axis option used by Flip
middleware.
Variants§
True
Whether to check cross axis overflow for both side and alignment flipping.
False
Whether to disable all cross axis overflow checking.
Alignment
Whether to check cross axis overflow for alignment flipping only.
Trait Implementations§
impl Copy for CrossAxis
impl StructuralPartialEq for CrossAxis
Auto Trait Implementations§
impl Freeze for CrossAxis
impl RefUnwindSafe for CrossAxis
impl Send for CrossAxis
impl Sync for CrossAxis
impl Unpin for CrossAxis
impl UnwindSafe for CrossAxis
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