#[repr(C)]pub struct in3_get_data_ctx_t {
pub type_: in3_get_data_type_t,
pub data: *mut c_void,
pub cleanup: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
}Fields§
§type_: in3_get_data_type_t§data: *mut c_void§cleanup: Option<unsafe extern "C" fn(arg1: *mut c_void)>Trait Implementations§
Source§impl Clone for in3_get_data_ctx_t
impl Clone for in3_get_data_ctx_t
Source§fn clone(&self) -> in3_get_data_ctx_t
fn clone(&self) -> in3_get_data_ctx_t
Returns a copy 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 in3_get_data_ctx_t
impl Debug for in3_get_data_ctx_t
impl Copy for in3_get_data_ctx_t
Auto Trait Implementations§
impl Freeze for in3_get_data_ctx_t
impl RefUnwindSafe for in3_get_data_ctx_t
impl !Send for in3_get_data_ctx_t
impl !Sync for in3_get_data_ctx_t
impl Unpin for in3_get_data_ctx_t
impl UnwindSafe for in3_get_data_ctx_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