#[repr(C)]pub struct libraw_pentax_makernotes_t {
pub FocusMode: ushort,
pub AFPointSelected: ushort,
pub AFPointsInFocus: c_uint,
pub FocusPosition: ushort,
pub DriveMode: [uchar; 4],
pub AFAdjustment: c_short,
pub MultiExposure: uchar,
pub Quality: ushort,
}Fields§
§FocusMode: ushort§AFPointSelected: ushort§AFPointsInFocus: c_uint§FocusPosition: ushort§DriveMode: [uchar; 4]§AFAdjustment: c_short§MultiExposure: uchar§Quality: ushortTrait Implementations§
Source§impl Clone for libraw_pentax_makernotes_t
impl Clone for libraw_pentax_makernotes_t
Source§fn clone(&self) -> libraw_pentax_makernotes_t
fn clone(&self) -> libraw_pentax_makernotes_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_pentax_makernotes_t
impl Debug for libraw_pentax_makernotes_t
impl Copy for libraw_pentax_makernotes_t
impl Eq for libraw_pentax_makernotes_t
impl StructuralPartialEq for libraw_pentax_makernotes_t
Auto Trait Implementations§
impl Freeze for libraw_pentax_makernotes_t
impl RefUnwindSafe for libraw_pentax_makernotes_t
impl Send for libraw_pentax_makernotes_t
impl Sync for libraw_pentax_makernotes_t
impl Unpin for libraw_pentax_makernotes_t
impl UnwindSafe for libraw_pentax_makernotes_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