Struct obs_sys::video_output_info
source · [−]#[repr(C)]pub struct video_output_info {
pub name: *const c_char,
pub format: video_format,
pub fps_num: u32,
pub fps_den: u32,
pub width: u32,
pub height: u32,
pub cache_size: size_t,
pub colorspace: video_colorspace,
pub range: video_range_type,
}Fields
name: *const c_charformat: video_formatfps_num: u32fps_den: u32width: u32height: u32cache_size: size_tcolorspace: video_colorspacerange: video_range_typeTrait Implementations
sourceimpl Clone for video_output_info
impl Clone for video_output_info
sourcefn clone(&self) -> video_output_info
fn clone(&self) -> video_output_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for video_output_info
impl Debug for video_output_info
sourceimpl Default for video_output_info
impl Default for video_output_info
impl Copy for video_output_info
Auto Trait Implementations
impl RefUnwindSafe for video_output_info
impl !Send for video_output_info
impl !Sync for video_output_info
impl Unpin for video_output_info
impl UnwindSafe for video_output_info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more