#[repr(C)]pub struct CCallbacks {
pub funcs: *const c_void,
pub data: *mut c_void,
}Fields§
§funcs: *const c_void§data: *mut c_voidTrait Implementations§
Source§impl Clone for CCallbacks
impl Clone for CCallbacks
Source§fn clone(&self) -> CCallbacks
fn clone(&self) -> CCallbacks
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 moreimpl Copy for CCallbacks
Auto Trait Implementations§
impl Freeze for CCallbacks
impl RefUnwindSafe for CCallbacks
impl !Send for CCallbacks
impl !Sync for CCallbacks
impl Unpin for CCallbacks
impl UnwindSafe for CCallbacks
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