RawOctave

Trait RawOctave 

Source
pub trait RawOctave { }
Expand description

RawOctave is a marker trait denoting objects allowed to define octaves; it is implemented for all (un)signed integer types.

Implementations on Foreign Types§

Source§

impl RawOctave for i8

Source§

impl RawOctave for i16

Source§

impl RawOctave for i32

Source§

impl RawOctave for i64

Source§

impl RawOctave for i128

Source§

impl RawOctave for isize

Source§

impl RawOctave for u8

Source§

impl RawOctave for u16

Source§

impl RawOctave for u32

Source§

impl RawOctave for u64

Source§

impl RawOctave for u128

Source§

impl RawOctave for usize

Implementors§