pub struct PanAxes(/* private fields */);Expand description
Which axes a PanClaim wants to pan on.
Implementations§
Trait Implementations§
impl Copy for PanAxes
impl Eq for PanAxes
impl StructuralPartialEq for PanAxes
Auto Trait Implementations§
impl Freeze for PanAxes
impl RefUnwindSafe for PanAxes
impl Send for PanAxes
impl Sync for PanAxes
impl Unpin for PanAxes
impl UnsafeUnpin for PanAxes
impl UnwindSafe for PanAxes
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