pub struct VideoDecoderConfig {
pub stream_index: usize,
pub mode: DecodeMode,
}Fields§
§stream_index: usize§mode: DecodeModeTrait Implementations§
Source§impl Clone for VideoDecoderConfig
impl Clone for VideoDecoderConfig
Source§fn clone(&self) -> VideoDecoderConfig
fn clone(&self) -> VideoDecoderConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoDecoderConfig
impl Debug for VideoDecoderConfig
Source§impl Default for VideoDecoderConfig
impl Default for VideoDecoderConfig
impl Copy for VideoDecoderConfig
Auto Trait Implementations§
impl Freeze for VideoDecoderConfig
impl RefUnwindSafe for VideoDecoderConfig
impl Send for VideoDecoderConfig
impl Sync for VideoDecoderConfig
impl Unpin for VideoDecoderConfig
impl UnsafeUnpin for VideoDecoderConfig
impl UnwindSafe for VideoDecoderConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more