Struct libopenraw_sys::ffi_libopenraw::ORRational
source · Expand description
@brief Unsigned rational as a fraction
Fields
num: u32< Numerator
denom: u32< Denominator
Trait Implementations
sourceimpl Clone for ORRational
impl Clone for ORRational
sourcefn clone(&self) -> ORRational
fn clone(&self) -> ORRational
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ORRational
impl Debug for ORRational
impl Copy for ORRational
Auto Trait Implementations
impl RefUnwindSafe for ORRational
impl Send for ORRational
impl Sync for ORRational
impl Unpin for ORRational
impl UnwindSafe for ORRational
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more