#[repr(C)]pub struct libraw_tiff_tag {
pub tag: ushort,
pub type_: ushort,
pub count: c_int,
pub val: libraw_tiff_tag__bindgen_ty_1,
}Fields§
§tag: ushort§type_: ushort§count: c_int§val: libraw_tiff_tag__bindgen_ty_1Trait Implementations§
Source§impl Clone for libraw_tiff_tag
impl Clone for libraw_tiff_tag
Source§fn clone(&self) -> libraw_tiff_tag
fn clone(&self) -> libraw_tiff_tag
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 moreimpl Copy for libraw_tiff_tag
Auto Trait Implementations§
impl Freeze for libraw_tiff_tag
impl RefUnwindSafe for libraw_tiff_tag
impl Send for libraw_tiff_tag
impl Sync for libraw_tiff_tag
impl Unpin for libraw_tiff_tag
impl UnwindSafe for libraw_tiff_tag
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