pub struct PSNRSamples {
pub total: u32,
pub y: u32,
pub u: u32,
pub v: u32,
}Expand description
PSNR stats samples.
Fields§
§total: u32§y: u32§u: u32§v: u32Trait Implementations§
Source§impl Clone for PSNRSamples
impl Clone for PSNRSamples
Source§fn clone(&self) -> PSNRSamples
fn clone(&self) -> PSNRSamples
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 PSNRSamples
impl Debug for PSNRSamples
Source§impl Hash for PSNRSamples
impl Hash for PSNRSamples
Source§impl Ord for PSNRSamples
impl Ord for PSNRSamples
Source§fn cmp(&self, other: &PSNRSamples) -> Ordering
fn cmp(&self, other: &PSNRSamples) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PSNRSamples
impl PartialEq for PSNRSamples
Source§impl PartialOrd for PSNRSamples
impl PartialOrd for PSNRSamples
impl Copy for PSNRSamples
impl Eq for PSNRSamples
impl StructuralPartialEq for PSNRSamples
Auto Trait Implementations§
impl Freeze for PSNRSamples
impl RefUnwindSafe for PSNRSamples
impl Send for PSNRSamples
impl Sync for PSNRSamples
impl Unpin for PSNRSamples
impl UnwindSafe for PSNRSamples
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