[][src]Struct uvc::ActiveStream

pub struct ActiveStream<'a, U: Send + Sync> { /* fields omitted */ }

Active stream

Dropping this stream will stop the stream

Implementations

impl<'a, U: Send + Sync> ActiveStream<'a, U>[src]

pub fn stop(self)[src]

Stop the stream

Trait Implementations

impl<'a, U: Debug + Send + Sync> Debug for ActiveStream<'a, U>[src]

impl<'a, U: Send + Sync> Drop for ActiveStream<'a, U>[src]

impl<'a, U: Send + Sync> Send for ActiveStream<'a, U>[src]

impl<'a, U: Send + Sync> Sync for ActiveStream<'a, U>[src]

Auto Trait Implementations

impl<'a, U> !RefUnwindSafe for ActiveStream<'a, U>[src]

impl<'a, U> Unpin for ActiveStream<'a, U>[src]

impl<'a, U> !UnwindSafe for ActiveStream<'a, U>[src]

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