RawPitch

Trait RawPitch 

Source
pub trait RawPitch:
    'static
    + Default
    + Send
    + Sync
    + Debug
    + Display { }
Expand description

RawPitch defines an interface for all raw pitch types.

note: This trait is sealed and cannot be implemented outside of this crate.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl RawPitch for f32

Source§

impl RawPitch for f64

Source§

impl RawPitch for i8

Source§

impl RawPitch for i16

Source§

impl RawPitch for i32

Source§

impl RawPitch for i64

Source§

impl RawPitch for i128

Source§

impl RawPitch for isize

Source§

impl RawPitch for u8

Source§

impl RawPitch for u16

Source§

impl RawPitch for u32

Source§

impl RawPitch for u64

Source§

impl RawPitch for u128

Source§

impl RawPitch for usize

Implementors§