#[repr(u8)]pub enum PanKind {
Normal = 0,
Random = 1,
KeyScale = 2,
NegativeKeyScale = 3,
}Expand description
Pan type.
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for PanKind
impl TryFromPrimitive for PanKind
impl Copy for PanKind
impl Eq for PanKind
impl StructuralPartialEq for PanKind
Auto Trait Implementations§
impl Freeze for PanKind
impl RefUnwindSafe for PanKind
impl Send for PanKind
impl Sync for PanKind
impl Unpin for PanKind
impl UnwindSafe for PanKind
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