pub struct PSNRSumSquaredError {
pub total: u64,
pub y: u64,
pub u: u64,
pub v: u64,
}Expand description
PSNR sum squared error.
Fields§
§total: u64§y: u64§u: u64§v: u64Trait Implementations§
Source§impl Clone for PSNRSumSquaredError
impl Clone for PSNRSumSquaredError
Source§fn clone(&self) -> PSNRSumSquaredError
fn clone(&self) -> PSNRSumSquaredError
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 PSNRSumSquaredError
impl Debug for PSNRSumSquaredError
Source§impl Hash for PSNRSumSquaredError
impl Hash for PSNRSumSquaredError
Source§impl Ord for PSNRSumSquaredError
impl Ord for PSNRSumSquaredError
Source§fn cmp(&self, other: &PSNRSumSquaredError) -> Ordering
fn cmp(&self, other: &PSNRSumSquaredError) -> 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 PSNRSumSquaredError
impl PartialEq for PSNRSumSquaredError
Source§impl PartialOrd for PSNRSumSquaredError
impl PartialOrd for PSNRSumSquaredError
impl Copy for PSNRSumSquaredError
impl Eq for PSNRSumSquaredError
impl StructuralPartialEq for PSNRSumSquaredError
Auto Trait Implementations§
impl Freeze for PSNRSumSquaredError
impl RefUnwindSafe for PSNRSumSquaredError
impl Send for PSNRSumSquaredError
impl Sync for PSNRSumSquaredError
impl Unpin for PSNRSumSquaredError
impl UnwindSafe for PSNRSumSquaredError
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