libraw_makernotes_lens_t

Struct libraw_makernotes_lens_t 

Source
#[repr(C)]
pub struct libraw_makernotes_lens_t {
Show 34 fields pub LensID: c_ulonglong, pub Lens: [c_char; 128], pub LensFormat: ushort, pub LensMount: ushort, pub CamID: c_ulonglong, pub CameraFormat: ushort, pub CameraMount: ushort, pub body: [c_char; 64], pub FocalType: c_short, pub LensFeatures_pre: [c_char; 16], pub LensFeatures_suf: [c_char; 16], pub MinFocal: f32, pub MaxFocal: f32, pub MaxAp4MinFocal: f32, pub MaxAp4MaxFocal: f32, pub MinAp4MinFocal: f32, pub MinAp4MaxFocal: f32, pub MaxAp: f32, pub MinAp: f32, pub CurFocal: f32, pub CurAp: f32, pub MaxAp4CurFocal: f32, pub MinAp4CurFocal: f32, pub MinFocusDistance: f32, pub FocusRangeIndex: f32, pub LensFStops: f32, pub TeleconverterID: c_ulonglong, pub Teleconverter: [c_char; 128], pub AdapterID: c_ulonglong, pub Adapter: [c_char; 128], pub AttachmentID: c_ulonglong, pub Attachment: [c_char; 128], pub FocalUnits: ushort, pub FocalLengthIn35mmFormat: f32,
}

Fields§

§LensID: c_ulonglong§Lens: [c_char; 128]§LensFormat: ushort§LensMount: ushort§CamID: c_ulonglong§CameraFormat: ushort§CameraMount: ushort§body: [c_char; 64]§FocalType: c_short§LensFeatures_pre: [c_char; 16]§LensFeatures_suf: [c_char; 16]§MinFocal: f32§MaxFocal: f32§MaxAp4MinFocal: f32§MaxAp4MaxFocal: f32§MinAp4MinFocal: f32§MinAp4MaxFocal: f32§MaxAp: f32§MinAp: f32§CurFocal: f32§CurAp: f32§MaxAp4CurFocal: f32§MinAp4CurFocal: f32§MinFocusDistance: f32§FocusRangeIndex: f32§LensFStops: f32§TeleconverterID: c_ulonglong§Teleconverter: [c_char; 128]§AdapterID: c_ulonglong§Adapter: [c_char; 128]§AttachmentID: c_ulonglong§Attachment: [c_char; 128]§FocalUnits: ushort§FocalLengthIn35mmFormat: f32

Trait Implementations§

Source§

impl Clone for libraw_makernotes_lens_t

Source§

fn clone(&self) -> libraw_makernotes_lens_t

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for libraw_makernotes_lens_t

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.