pub struct VideoConfig {
pub hdr: bool,
pub mirror: bool,
pub fps: u8,
pub bitrate_byte: u8,
pub value: u16,
}Fields§
§hdr: bool§mirror: bool§fps: u8§bitrate_byte: u8§value: u16Implementations§
Trait Implementations§
Source§impl Clone for VideoConfig
impl Clone for VideoConfig
Source§fn clone(&self) -> VideoConfig
fn clone(&self) -> VideoConfig
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 Command for VideoConfig
impl Command for VideoConfig
impl Copy for VideoConfig
Source§impl Debug for VideoConfig
impl Debug for VideoConfig
impl Eq for VideoConfig
Source§impl PartialEq for VideoConfig
impl PartialEq for VideoConfig
impl StructuralPartialEq for VideoConfig
Auto Trait Implementations§
impl Freeze for VideoConfig
impl RefUnwindSafe for VideoConfig
impl Send for VideoConfig
impl Sync for VideoConfig
impl Unpin for VideoConfig
impl UnsafeUnpin for VideoConfig
impl UnwindSafe for VideoConfig
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