pub struct Rational {
pub n: u32,
pub d: u32,
}
Expand description
Type to represent tiff values of type RATIONAL
Fields§
§n: u32
§d: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Rational
impl Send for Rational
impl Sync for Rational
impl Unpin for Rational
impl UnwindSafe for Rational
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