#[repr(C)]pub struct Clay_ErrorHandler {
pub errorHandlerFunction: Option<unsafe extern "C" fn(errorText: Clay_ErrorData)>,
pub userData: usize,
}Fields§
§errorHandlerFunction: Option<unsafe extern "C" fn(errorText: Clay_ErrorData)>§userData: usizeTrait Implementations§
Source§impl Clone for Clay_ErrorHandler
impl Clone for Clay_ErrorHandler
Source§fn clone(&self) -> Clay_ErrorHandler
fn clone(&self) -> Clay_ErrorHandler
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 Clay_ErrorHandler
impl Debug for Clay_ErrorHandler
impl Copy for Clay_ErrorHandler
Auto Trait Implementations§
impl Freeze for Clay_ErrorHandler
impl RefUnwindSafe for Clay_ErrorHandler
impl Send for Clay_ErrorHandler
impl Sync for Clay_ErrorHandler
impl Unpin for Clay_ErrorHandler
impl UnwindSafe for Clay_ErrorHandler
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