[][src]Struct tinkerforge::piezo_speaker_v2_bricklet::Beep

pub struct Beep {
    pub frequency: u16,
    pub volume: u8,
    pub duration: u32,
    pub duration_remaining: u32,
}

Fields

frequency: u16volume: u8duration: u32duration_remaining: u32

Trait Implementations

impl Clone for Beep[src]

impl Copy for Beep[src]

impl Debug for Beep[src]

impl Default for Beep[src]

impl Eq for Beep[src]

impl FromByteSlice for Beep[src]

impl Hash for Beep[src]

impl PartialEq<Beep> for Beep[src]

impl StructuralEq for Beep[src]

impl StructuralPartialEq for Beep[src]

Auto Trait Implementations

impl RefUnwindSafe for Beep

impl Send for Beep

impl Sync for Beep

impl Unpin for Beep

impl UnwindSafe for Beep

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.