[][src]Struct ether_dream::protocol::command::PrepareStream

pub struct PrepareStream;

This command causes the playback system to enter the Prepared state. The DAC resets its buffer to be empty and sets "point_count" to 0.

This command may only be sent if the light engine is Ready and the playback system is Idle. If so, the DAC replies with ACK. Otherwise, it replies with NAK - Invalid.

Trait Implementations

impl Clone for PrepareStream[src]

impl Command for PrepareStream[src]

impl Copy for PrepareStream[src]

impl Debug for PrepareStream[src]

impl Eq for PrepareStream[src]

impl<'a> From<PrepareStream> for Command<'a>[src]

impl Hash for PrepareStream[src]

impl PartialEq<PrepareStream> for PrepareStream[src]

impl ReadFromBytes for PrepareStream[src]

impl SizeBytes for PrepareStream[src]

impl StructuralEq for PrepareStream[src]

impl StructuralPartialEq for PrepareStream[src]

impl WriteToBytes for PrepareStream[src]

Auto Trait Implementations

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> 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.