#[repr(C)]pub struct libraw_custom_camera_t {}
Fields§
§fsize: c_uint
§rw: ushort
§rh: ushort
§lm: uchar
§tm: uchar
§rm: uchar
§bm: uchar
§lf: ushort
§cf: uchar
§max: uchar
§flags: uchar
§t_make: [c_char; 10]
§t_model: [c_char; 20]
§offset: ushort
Trait Implementations§
Source§impl Clone for libraw_custom_camera_t
impl Clone for libraw_custom_camera_t
Source§fn clone(&self) -> libraw_custom_camera_t
fn clone(&self) -> libraw_custom_camera_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_custom_camera_t
impl Debug for libraw_custom_camera_t
Source§impl PartialEq for libraw_custom_camera_t
impl PartialEq for libraw_custom_camera_t
impl Copy for libraw_custom_camera_t
impl Eq for libraw_custom_camera_t
impl StructuralPartialEq for libraw_custom_camera_t
Auto Trait Implementations§
impl Freeze for libraw_custom_camera_t
impl RefUnwindSafe for libraw_custom_camera_t
impl Send for libraw_custom_camera_t
impl Sync for libraw_custom_camera_t
impl Unpin for libraw_custom_camera_t
impl UnwindSafe for libraw_custom_camera_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