pub struct FrameRateRange {
pub min: Ratio,
pub max: Ratio,
}Expand description
Range of supported frame rates.
Fields§
§min: Ratio§max: RatioTrait Implementations§
Source§impl Clone for FrameRateRange
impl Clone for FrameRateRange
Source§fn clone(&self) -> FrameRateRange
fn clone(&self) -> FrameRateRange
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 FrameRateRange
impl Debug for FrameRateRange
Source§impl PartialEq for FrameRateRange
impl PartialEq for FrameRateRange
impl Copy for FrameRateRange
impl StructuralPartialEq for FrameRateRange
Auto Trait Implementations§
impl Freeze for FrameRateRange
impl RefUnwindSafe for FrameRateRange
impl Send for FrameRateRange
impl Sync for FrameRateRange
impl Unpin for FrameRateRange
impl UnwindSafe for FrameRateRange
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