#[repr(C)]pub struct switch_video_codec_settings {
pub bandwidth: u32,
pub width: i32,
pub height: i32,
pub try_hardware_encoder: u8,
pub fps: u8,
pub config_profile_name: [c_char; 64],
}Fields§
§bandwidth: u32§width: i32§height: i32§try_hardware_encoder: u8§fps: u8§config_profile_name: [c_char; 64]Trait Implementations§
Source§impl Clone for switch_video_codec_settings
impl Clone for switch_video_codec_settings
Source§fn clone(&self) -> switch_video_codec_settings
fn clone(&self) -> switch_video_codec_settings
Returns a duplicate of the value. Read more
1.0.0 · 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 switch_video_codec_settings
impl Debug for switch_video_codec_settings
impl Copy for switch_video_codec_settings
Auto Trait Implementations§
impl Freeze for switch_video_codec_settings
impl RefUnwindSafe for switch_video_codec_settings
impl Send for switch_video_codec_settings
impl Sync for switch_video_codec_settings
impl Unpin for switch_video_codec_settings
impl UnwindSafe for switch_video_codec_settings
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