pub struct PsnrHvsOptions {
pub mode: PsnrHvsMode,
}Expand description
Options controlling a PSNR-HVS-M computation.
Fields§
§mode: PsnrHvsModeThe signal PSNR-HVS-M is computed over.
Trait Implementations§
Source§impl Clone for PsnrHvsOptions
impl Clone for PsnrHvsOptions
Source§fn clone(&self) -> PsnrHvsOptions
fn clone(&self) -> PsnrHvsOptions
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 moreimpl Copy for PsnrHvsOptions
Source§impl Debug for PsnrHvsOptions
impl Debug for PsnrHvsOptions
Source§impl Default for PsnrHvsOptions
impl Default for PsnrHvsOptions
Source§fn default() -> PsnrHvsOptions
fn default() -> PsnrHvsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PsnrHvsOptions
impl RefUnwindSafe for PsnrHvsOptions
impl Send for PsnrHvsOptions
impl Sync for PsnrHvsOptions
impl Unpin for PsnrHvsOptions
impl UnsafeUnpin for PsnrHvsOptions
impl UnwindSafe for PsnrHvsOptions
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