[−][src]Struct uvc_src::uvc_stream_ctrl
Streaming mode, includes all information needed to select stream @ingroup streaming
Fields
bmHint: u16
bFormatIndex: u8
bFrameIndex: u8
dwFrameInterval: u32
wKeyFrameRate: u16
wPFrameRate: u16
wCompQuality: u16
wCompWindowSize: u16
wDelay: u16
dwMaxVideoFrameSize: u32
dwMaxPayloadTransferSize: u32
dwClockFrequency: u32
bmFramingInfo: u8
bPreferredVersion: u8
bMinVersion: u8
bMaxVersion: u8
bInterfaceNumber: u8
Trait Implementations
impl Clone for uvc_stream_ctrl
[src]
fn clone(&self) -> uvc_stream_ctrl
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for uvc_stream_ctrl
[src]
impl Debug for uvc_stream_ctrl
[src]
Auto Trait Implementations
impl RefUnwindSafe for uvc_stream_ctrl
impl Send for uvc_stream_ctrl
impl Sync for uvc_stream_ctrl
impl Unpin for uvc_stream_ctrl
impl UnwindSafe for uvc_stream_ctrl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,