pub enum ShotLayout {
ShotMajor,
MeasMajor,
}Variants§
Trait Implementations§
Source§impl Clone for ShotLayout
impl Clone for ShotLayout
Source§fn clone(&self) -> ShotLayout
fn clone(&self) -> ShotLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShotLayout
impl Debug for ShotLayout
Source§impl PartialEq for ShotLayout
impl PartialEq for ShotLayout
Source§fn eq(&self, other: &ShotLayout) -> bool
fn eq(&self, other: &ShotLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ShotLayout
impl Eq for ShotLayout
impl StructuralPartialEq for ShotLayout
Auto Trait Implementations§
impl Freeze for ShotLayout
impl RefUnwindSafe for ShotLayout
impl Send for ShotLayout
impl Sync for ShotLayout
impl Unpin for ShotLayout
impl UnsafeUnpin for ShotLayout
impl UnwindSafe for ShotLayout
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