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