pub enum SampleRatios {
HV,
V,
H,
Generic(usize, usize),
None,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SampleRatios
impl Clone for SampleRatios
Source§fn clone(&self) -> SampleRatios
fn clone(&self) -> SampleRatios
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 SampleRatios
impl Debug for SampleRatios
Source§impl PartialEq for SampleRatios
impl PartialEq for SampleRatios
impl Copy for SampleRatios
impl Eq for SampleRatios
impl StructuralPartialEq for SampleRatios
Auto Trait Implementations§
impl Freeze for SampleRatios
impl RefUnwindSafe for SampleRatios
impl Send for SampleRatios
impl Sync for SampleRatios
impl Unpin for SampleRatios
impl UnwindSafe for SampleRatios
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