pub struct ISOSpeedRatings;Expand description
Legacy XMP Exif (till Exif 2.21)
Trait Implementations§
Source§impl Clone for ISOSpeedRatings
impl Clone for ISOSpeedRatings
Source§fn clone(&self) -> ISOSpeedRatings
fn clone(&self) -> ISOSpeedRatings
Returns a duplicate of the value. Read more
1.0.0 · 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 ISOSpeedRatings
impl Debug for ISOSpeedRatings
Source§impl Field for ISOSpeedRatings
impl Field for ISOSpeedRatings
impl Copy for ISOSpeedRatings
Auto Trait Implementations§
impl Freeze for ISOSpeedRatings
impl RefUnwindSafe for ISOSpeedRatings
impl Send for ISOSpeedRatings
impl Sync for ISOSpeedRatings
impl Unpin for ISOSpeedRatings
impl UnwindSafe for ISOSpeedRatings
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