[−][src]Struct hdf5_sys::h5fd::H5FD_file_image_callbacks_t
Fields
image_malloc: Option<extern "C" fn(size: size_t, file_image_op: H5FD_file_image_op_t, udata: *mut c_void) -> *mut c_void>
image_memcpy: Option<extern "C" fn(dest: *mut c_void, src: *const c_void, size: size_t, file_image_op: H5FD_file_image_op_t, udata: *mut c_void) -> *mut c_void>
image_realloc: Option<extern "C" fn(ptr: *mut c_void, size: size_t, file_image_op: H5FD_file_image_op_t, udata: *mut c_void) -> *mut c_void>
image_free: Option<extern "C" fn(ptr: *mut c_void, file_image_op: H5FD_file_image_op_t, udata: *mut c_void) -> herr_t>
udata_copy: Option<extern "C" fn(udata: *mut c_void) -> *mut c_void>
udata_free: Option<extern "C" fn(udata: *mut c_void) -> herr_t>
udata: *mut c_void
Trait Implementations
impl Clone for H5FD_file_image_callbacks_t
[src]
fn clone(&self) -> H5FD_file_image_callbacks_t
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for H5FD_file_image_callbacks_t
[src]
impl Debug for H5FD_file_image_callbacks_t
[src]
impl Default for H5FD_file_image_callbacks_t
[src]
Auto Trait Implementations
impl RefUnwindSafe for H5FD_file_image_callbacks_t
impl !Send for H5FD_file_image_callbacks_t
impl !Sync for H5FD_file_image_callbacks_t
impl Unpin for H5FD_file_image_callbacks_t
impl UnwindSafe for H5FD_file_image_callbacks_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,