#[repr(C)]pub struct vpx_svc_frame_drop {
pub framedrop_thresh: [c_int; 5],
pub framedrop_mode: SVC_LAYER_DROP_MODE,
pub max_consec_drop: c_int,
}Fields§
§framedrop_thresh: [c_int; 5]§framedrop_mode: SVC_LAYER_DROP_MODE§max_consec_drop: c_intTrait Implementations§
Source§impl Clone for vpx_svc_frame_drop
impl Clone for vpx_svc_frame_drop
Source§fn clone(&self) -> vpx_svc_frame_drop
fn clone(&self) -> vpx_svc_frame_drop
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 vpx_svc_frame_drop
impl Debug for vpx_svc_frame_drop
impl Copy for vpx_svc_frame_drop
Auto Trait Implementations§
impl Freeze for vpx_svc_frame_drop
impl RefUnwindSafe for vpx_svc_frame_drop
impl Send for vpx_svc_frame_drop
impl Sync for vpx_svc_frame_drop
impl Unpin for vpx_svc_frame_drop
impl UnwindSafe for vpx_svc_frame_drop
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