pub enum PlaneType {
Any,
Horizontal,
Vertical,
}Expand description
Which surfaces to anchor to.
Variants§
Trait Implementations§
impl Copy for PlaneType
impl StructuralPartialEq for PlaneType
Auto Trait Implementations§
impl Freeze for PlaneType
impl RefUnwindSafe for PlaneType
impl Send for PlaneType
impl Sync for PlaneType
impl Unpin for PlaneType
impl UnsafeUnpin for PlaneType
impl UnwindSafe for PlaneType
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