pub struct ExifTag {
pub ctx: ExifCtx,
pub eno: u16,
}Fields§
§ctx: ExifCtx§eno: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExifTag
impl RefUnwindSafe for ExifTag
impl Send for ExifTag
impl Sync for ExifTag
impl Unpin for ExifTag
impl UnsafeUnpin for ExifTag
impl UnwindSafe for ExifTag
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