#[repr(C)]pub struct libraw_panasonic_makernotes_t {
pub Compression: ushort,
pub BlackLevelDim: ushort,
pub BlackLevel: [f32; 8],
pub Multishot: c_uint,
pub gamma: f32,
pub HighISOMultiplier: [c_int; 3],
}Fields§
§Compression: ushort§BlackLevelDim: ushort§BlackLevel: [f32; 8]§Multishot: c_uint§gamma: f32§HighISOMultiplier: [c_int; 3]Trait Implementations§
Source§impl Clone for libraw_panasonic_makernotes_t
impl Clone for libraw_panasonic_makernotes_t
Source§fn clone(&self) -> libraw_panasonic_makernotes_t
fn clone(&self) -> libraw_panasonic_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 PartialEq for libraw_panasonic_makernotes_t
impl PartialEq for libraw_panasonic_makernotes_t
Source§fn eq(&self, other: &libraw_panasonic_makernotes_t) -> bool
fn eq(&self, other: &libraw_panasonic_makernotes_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for libraw_panasonic_makernotes_t
impl StructuralPartialEq for libraw_panasonic_makernotes_t
Auto Trait Implementations§
impl Freeze for libraw_panasonic_makernotes_t
impl RefUnwindSafe for libraw_panasonic_makernotes_t
impl Send for libraw_panasonic_makernotes_t
impl Sync for libraw_panasonic_makernotes_t
impl Unpin for libraw_panasonic_makernotes_t
impl UnwindSafe for libraw_panasonic_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