pub enum FrameRateError {
InvalidFps,
InvalidDuration,
}Variants§
Trait Implementations§
Source§impl Clone for FrameRateError
impl Clone for FrameRateError
Source§fn clone(&self) -> FrameRateError
fn clone(&self) -> FrameRateError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FrameRateError
impl Debug for FrameRateError
Source§impl PartialEq for FrameRateError
impl PartialEq for FrameRateError
Source§fn eq(&self, other: &FrameRateError) -> bool
fn eq(&self, other: &FrameRateError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FrameRateError
impl Eq for FrameRateError
impl StructuralPartialEq for FrameRateError
Auto Trait Implementations§
impl Freeze for FrameRateError
impl RefUnwindSafe for FrameRateError
impl Send for FrameRateError
impl Sync for FrameRateError
impl Unpin for FrameRateError
impl UnsafeUnpin for FrameRateError
impl UnwindSafe for FrameRateError
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