#[repr(C)]pub struct internal_data_t {
pub input: *mut LibRaw_abstract_datastream,
pub output: *mut FILE,
pub input_internal: c_int,
pub meta_data: *mut c_char,
pub profile_offset: INT64,
pub toffset: INT64,
pub pana_black: [c_uint; 4],
}
Fields§
§input: *mut LibRaw_abstract_datastream
§output: *mut FILE
§input_internal: c_int
§meta_data: *mut c_char
§profile_offset: INT64
§toffset: INT64
§pana_black: [c_uint; 4]
Trait Implementations§
Source§impl Clone for internal_data_t
impl Clone for internal_data_t
Source§fn clone(&self) -> internal_data_t
fn clone(&self) -> internal_data_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 internal_data_t
impl Debug for internal_data_t
Source§impl PartialEq for internal_data_t
impl PartialEq for internal_data_t
impl Copy for internal_data_t
impl Eq for internal_data_t
impl StructuralPartialEq for internal_data_t
Auto Trait Implementations§
impl Freeze for internal_data_t
impl RefUnwindSafe for internal_data_t
impl !Send for internal_data_t
impl !Sync for internal_data_t
impl Unpin for internal_data_t
impl UnwindSafe for internal_data_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