pub struct FourierOffset {
pub row: f64,
pub column: f64,
}Expand description
Fractional Fourier-grid displacement relative to an integer crop origin.
Fields§
§row: f64§column: f64Implementations§
Trait Implementations§
Source§impl Clone for FourierOffset
impl Clone for FourierOffset
Source§fn clone(&self) -> FourierOffset
fn clone(&self) -> FourierOffset
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 FourierOffset
impl Debug for FourierOffset
Source§impl Default for FourierOffset
impl Default for FourierOffset
Source§fn default() -> FourierOffset
fn default() -> FourierOffset
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FourierOffset
impl<'de> Deserialize<'de> for FourierOffset
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FourierOffset
impl PartialEq for FourierOffset
Source§fn eq(&self, other: &FourierOffset) -> bool
fn eq(&self, other: &FourierOffset) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FourierOffset
impl Serialize for FourierOffset
impl Copy for FourierOffset
impl StructuralPartialEq for FourierOffset
Auto Trait Implementations§
impl Freeze for FourierOffset
impl RefUnwindSafe for FourierOffset
impl Send for FourierOffset
impl Sync for FourierOffset
impl Unpin for FourierOffset
impl UnsafeUnpin for FourierOffset
impl UnwindSafe for FourierOffset
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