pub struct MasterTempo { /* private fields */ }Expand description
The master clock rate the Stage 2 and 3 store in a program: stored + 30 BPM.
Reported by public documentation; not confirmed on hardware.
Implementations§
Trait Implementations§
Source§impl Clone for MasterTempo
impl Clone for MasterTempo
Source§fn clone(&self) -> MasterTempo
fn clone(&self) -> MasterTempo
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 moreimpl Copy for MasterTempo
Source§impl Debug for MasterTempo
impl Debug for MasterTempo
Source§impl Default for MasterTempo
impl Default for MasterTempo
Source§fn default() -> MasterTempo
fn default() -> MasterTempo
Returns the “default value” for a type. Read more
impl Eq for MasterTempo
Source§impl Hash for MasterTempo
impl Hash for MasterTempo
Source§impl Ord for MasterTempo
impl Ord for MasterTempo
Source§fn cmp(&self, other: &MasterTempo) -> Ordering
fn cmp(&self, other: &MasterTempo) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl Packed for MasterTempo
impl Packed for MasterTempo
Source§const MAX_BITS: u32 = 8
const MAX_BITS: u32 = 8
Bits the widest value of this type occupies. Used to check statically that it
fits its slot.
Source§const DECODE_BITS: u32 = u8::BITS
const DECODE_BITS: u32 = u8::BITS
Widest slot this type can decode without losing bits on re-encoding. Read more
Source§const CONTROL: ControlKind
const CONTROL: ControlKind
Which panel control this value is, for a caller building an interface over the
field registry. Read more
Source§type Error = !
type Error = !
Why a bit pattern is not a valid value.
Infallible when every pattern is.Source§impl PartialEq for MasterTempo
impl PartialEq for MasterTempo
Source§impl PartialOrd for MasterTempo
impl PartialOrd for MasterTempo
impl StructuralPartialEq for MasterTempo
Auto Trait Implementations§
impl Freeze for MasterTempo
impl RefUnwindSafe for MasterTempo
impl Send for MasterTempo
impl Sync for MasterTempo
impl Unpin for MasterTempo
impl UnsafeUnpin for MasterTempo
impl UnwindSafe for MasterTempo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.