#[repr(C)]pub struct libraw_decoder_info_t {
pub decoder_name: *const c_char,
pub decoder_flags: c_uint,
}
Fields§
§decoder_name: *const c_char
§decoder_flags: c_uint
Trait Implementations§
Source§impl Clone for libraw_decoder_info_t
impl Clone for libraw_decoder_info_t
Source§fn clone(&self) -> libraw_decoder_info_t
fn clone(&self) -> libraw_decoder_info_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_decoder_info_t
impl Debug for libraw_decoder_info_t
Source§impl PartialEq for libraw_decoder_info_t
impl PartialEq for libraw_decoder_info_t
impl Copy for libraw_decoder_info_t
impl Eq for libraw_decoder_info_t
impl StructuralPartialEq for libraw_decoder_info_t
Auto Trait Implementations§
impl Freeze for libraw_decoder_info_t
impl RefUnwindSafe for libraw_decoder_info_t
impl !Send for libraw_decoder_info_t
impl !Sync for libraw_decoder_info_t
impl Unpin for libraw_decoder_info_t
impl UnwindSafe for libraw_decoder_info_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