[−][src]Struct uvc_src::uvc_format_desc
Format descriptor
A "format" determines a stream's image type (e.g., raw YUYV or JPEG) and includes many "frame" configurations.
Fields
parent: *mut uvc_streaming_interface
prev: *mut uvc_format_desc
next: *mut uvc_format_desc
bDescriptorSubtype: uvc_vs_desc_subtype
Type of image stream, such as JPEG or uncompressed.
bFormatIndex: u8
Identifier of this format within the VS interface's format list
bNumFrameDescriptors: u8
__bindgen_anon_1: uvc_format_desc__bindgen_ty_1
__bindgen_anon_2: uvc_format_desc__bindgen_ty_2
bDefaultFrameIndex: u8
Default {uvc_frame_desc} to choose given this format
bAspectRatioX: u8
bAspectRatioY: u8
bmInterlaceFlags: u8
bCopyProtect: u8
bVariableSize: u8
frame_descs: *mut uvc_frame_desc
Available frame specifications for this format
still_frame_desc: *mut uvc_still_frame_desc
Trait Implementations
impl Clone for uvc_format_desc
[src]
fn clone(&self) -> uvc_format_desc
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for uvc_format_desc
[src]
Auto Trait Implementations
impl RefUnwindSafe for uvc_format_desc
impl !Send for uvc_format_desc
impl !Sync for uvc_format_desc
impl Unpin for uvc_format_desc
impl UnwindSafe for uvc_format_desc
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>,