[][src]Struct flv_client::Spu

pub struct Spu<A>(_);

Full access to SPU

Methods

impl<A> Spu<A>[src]

pub fn mut_client(&mut self) -> &mut Client<A>[src]

impl<A> Spu<A> where
    A: ToSocketAddrs + Display
[src]

pub async fn connect(config: ClientConfig<A>) -> Result<Self, ClientError>[src]

Auto Trait Implementations

impl<A> !RefUnwindSafe for Spu<A>

impl<A> Send for Spu<A> where
    A: Send

impl<A> Sync for Spu<A> where
    A: Sync

impl<A> Unpin for Spu<A> where
    A: Unpin

impl<A> !UnwindSafe for Spu<A>

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> Erased for T

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

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

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,