#[repr(C)]pub struct evdi_logging {
pub function: Option<unsafe extern "C" fn(user_data: *mut c_void, fmt: *const c_char, ...)>,
pub user_data: *mut c_void,
}Fields§
§function: Option<unsafe extern "C" fn(user_data: *mut c_void, fmt: *const c_char, ...)>§user_data: *mut c_voidTrait Implementations§
Source§impl Clone for evdi_logging
impl Clone for evdi_logging
Source§fn clone(&self) -> evdi_logging
fn clone(&self) -> evdi_logging
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 evdi_logging
impl Debug for evdi_logging
impl Copy for evdi_logging
Auto Trait Implementations§
impl Freeze for evdi_logging
impl RefUnwindSafe for evdi_logging
impl !Send for evdi_logging
impl !Sync for evdi_logging
impl Unpin for evdi_logging
impl UnwindSafe for evdi_logging
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