#[repr(C)]pub struct libraw_shootinginfo_t {
pub DriveMode: c_short,
pub FocusMode: c_short,
pub MeteringMode: c_short,
pub AFPoint: c_short,
pub ExposureMode: c_short,
pub ExposureProgram: c_short,
pub ImageStabilization: c_short,
pub BodySerial: [c_char; 64],
pub InternalBodySerial: [c_char; 64],
}Fields§
§DriveMode: c_short§FocusMode: c_short§MeteringMode: c_short§AFPoint: c_short§ExposureMode: c_short§ExposureProgram: c_short§ImageStabilization: c_short§BodySerial: [c_char; 64]§InternalBodySerial: [c_char; 64]Trait Implementations§
Source§impl Clone for libraw_shootinginfo_t
impl Clone for libraw_shootinginfo_t
Source§fn clone(&self) -> libraw_shootinginfo_t
fn clone(&self) -> libraw_shootinginfo_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 moreimpl Copy for libraw_shootinginfo_t
Auto Trait Implementations§
impl Freeze for libraw_shootinginfo_t
impl RefUnwindSafe for libraw_shootinginfo_t
impl Send for libraw_shootinginfo_t
impl Sync for libraw_shootinginfo_t
impl Unpin for libraw_shootinginfo_t
impl UnwindSafe for libraw_shootinginfo_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