Struct servo_media_streams::capture::ConstrainRange
source · pub struct ConstrainRange<T> {
pub min: Option<T>,
pub max: Option<T>,
pub ideal: Option<T>,
}
Fields§
§min: Option<T>
§max: Option<T>
§ideal: Option<T>
Auto Trait Implementations§
impl<T> Freeze for ConstrainRange<T>where
T: Freeze,
impl<T> RefUnwindSafe for ConstrainRange<T>where
T: RefUnwindSafe,
impl<T> Send for ConstrainRange<T>where
T: Send,
impl<T> Sync for ConstrainRange<T>where
T: Sync,
impl<T> Unpin for ConstrainRange<T>where
T: Unpin,
impl<T> UnwindSafe for ConstrainRange<T>where
T: UnwindSafe,
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