#[repr(C)]pub struct libraw_afinfo_item_t {
pub AFInfoData_tag: c_uint,
pub AFInfoData_order: c_short,
pub AFInfoData_version: c_uint,
pub AFInfoData_length: c_uint,
pub AFInfoData: *mut uchar,
}Fields§
§AFInfoData_tag: c_uint§AFInfoData_order: c_short§AFInfoData_version: c_uint§AFInfoData_length: c_uint§AFInfoData: *mut ucharTrait Implementations§
Source§impl Clone for libraw_afinfo_item_t
impl Clone for libraw_afinfo_item_t
Source§fn clone(&self) -> libraw_afinfo_item_t
fn clone(&self) -> libraw_afinfo_item_t
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 libraw_afinfo_item_t
impl Debug for libraw_afinfo_item_t
Source§impl PartialEq for libraw_afinfo_item_t
impl PartialEq for libraw_afinfo_item_t
impl Copy for libraw_afinfo_item_t
impl Eq for libraw_afinfo_item_t
impl StructuralPartialEq for libraw_afinfo_item_t
Auto Trait Implementations§
impl Freeze for libraw_afinfo_item_t
impl RefUnwindSafe for libraw_afinfo_item_t
impl !Send for libraw_afinfo_item_t
impl !Sync for libraw_afinfo_item_t
impl Unpin for libraw_afinfo_item_t
impl UnwindSafe for libraw_afinfo_item_t
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