pub struct ScaleExponents(pub [i16; 4]);Expand description
Prime factorization into powers of 2, 3, 5, and pi.
Tuple Fields§
§0: [i16; 4]Implementations§
Trait Implementations§
Source§impl Clone for ScaleExponents
impl Clone for ScaleExponents
Source§fn clone(&self) -> ScaleExponents
fn clone(&self) -> ScaleExponents
Returns a duplicate of the value. Read more
1.0.0 · 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 ScaleExponents
impl Debug for ScaleExponents
Source§impl PartialEq for ScaleExponents
impl PartialEq for ScaleExponents
impl Copy for ScaleExponents
impl StructuralPartialEq for ScaleExponents
Auto Trait Implementations§
impl Freeze for ScaleExponents
impl RefUnwindSafe for ScaleExponents
impl Send for ScaleExponents
impl Sync for ScaleExponents
impl Unpin for ScaleExponents
impl UnwindSafe for ScaleExponents
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