#[repr(C)]pub struct libraw_samsung_makernotes_t {
pub ImageSizeFull: [c_uint; 4],
pub ImageSizeCrop: [c_uint; 4],
pub ColorSpace: [c_int; 2],
pub key: [c_uint; 11],
pub DigitalGain: f64,
pub DeviceType: c_int,
pub LensFirmware: [c_char; 32],
}Fields§
§ImageSizeFull: [c_uint; 4]§ImageSizeCrop: [c_uint; 4]§ColorSpace: [c_int; 2]§key: [c_uint; 11]§DigitalGain: f64§DeviceType: c_int§LensFirmware: [c_char; 32]Trait Implementations§
Source§impl Clone for libraw_samsung_makernotes_t
impl Clone for libraw_samsung_makernotes_t
Source§fn clone(&self) -> libraw_samsung_makernotes_t
fn clone(&self) -> libraw_samsung_makernotes_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_samsung_makernotes_t
Source§impl Debug for libraw_samsung_makernotes_t
impl Debug for libraw_samsung_makernotes_t
impl StructuralPartialEq for libraw_samsung_makernotes_t
Auto Trait Implementations§
impl Freeze for libraw_samsung_makernotes_t
impl RefUnwindSafe for libraw_samsung_makernotes_t
impl Send for libraw_samsung_makernotes_t
impl Sync for libraw_samsung_makernotes_t
impl Unpin for libraw_samsung_makernotes_t
impl UnsafeUnpin for libraw_samsung_makernotes_t
impl UnwindSafe for libraw_samsung_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