#[repr(C)]pub struct s_xdemitcb {
pub priv_: *mut c_void,
pub outf: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut mmbuffer_t, arg3: c_int) -> c_int>,
}Fields§
§priv_: *mut c_void§outf: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut mmbuffer_t, arg3: c_int) -> c_int>Trait Implementations§
Source§impl Clone for s_xdemitcb
impl Clone for s_xdemitcb
Source§fn clone(&self) -> s_xdemitcb
fn clone(&self) -> s_xdemitcb
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 s_xdemitcb
impl Debug for s_xdemitcb
impl Copy for s_xdemitcb
Auto Trait Implementations§
impl Freeze for s_xdemitcb
impl RefUnwindSafe for s_xdemitcb
impl !Send for s_xdemitcb
impl !Sync for s_xdemitcb
impl Unpin for s_xdemitcb
impl UnwindSafe for s_xdemitcb
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