#[repr(C)]pub struct switch_vid_params_s {
pub width: u32,
pub height: u32,
pub fps: u32,
pub d_width: u32,
pub d_height: u32,
}Fields§
§width: u32§height: u32§fps: u32§d_width: u32§d_height: u32Trait Implementations§
Source§impl Clone for switch_vid_params_s
impl Clone for switch_vid_params_s
Source§fn clone(&self) -> switch_vid_params_s
fn clone(&self) -> switch_vid_params_s
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_vid_params_s
impl Debug for switch_vid_params_s
Source§impl Default for switch_vid_params_s
impl Default for switch_vid_params_s
Source§fn default() -> switch_vid_params_s
fn default() -> switch_vid_params_s
Returns the “default value” for a type. Read more
impl Copy for switch_vid_params_s
Auto Trait Implementations§
impl Freeze for switch_vid_params_s
impl RefUnwindSafe for switch_vid_params_s
impl Send for switch_vid_params_s
impl Sync for switch_vid_params_s
impl Unpin for switch_vid_params_s
impl UnsafeUnpin for switch_vid_params_s
impl UnwindSafe for switch_vid_params_s
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