#[repr(C)]pub struct VideoTrackSourceConstraints {
pub has_min_fps: bool,
pub min_fps: f64,
pub has_max_fps: bool,
pub max_fps: f64,
}Fields§
§has_min_fps: bool§min_fps: f64§has_max_fps: bool§max_fps: f64Trait Implementations§
Source§impl Debug for VideoTrackSourceConstraints
impl Debug for VideoTrackSourceConstraints
Auto Trait Implementations§
impl Freeze for VideoTrackSourceConstraints
impl RefUnwindSafe for VideoTrackSourceConstraints
impl Send for VideoTrackSourceConstraints
impl Sync for VideoTrackSourceConstraints
impl Unpin for VideoTrackSourceConstraints
impl UnwindSafe for VideoTrackSourceConstraints
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