#[repr(C)]pub struct Clay_ErrorData {
pub errorType: Clay_ErrorType,
pub errorText: Clay_String,
pub userData: usize,
}Fields§
§errorType: Clay_ErrorType§errorText: Clay_String§userData: usizeTrait Implementations§
Source§impl Clone for Clay_ErrorData
impl Clone for Clay_ErrorData
Source§fn clone(&self) -> Clay_ErrorData
fn clone(&self) -> Clay_ErrorData
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_ErrorData
impl Debug for Clay_ErrorData
Source§impl From<Clay_ErrorData> for Error<'_>
impl From<Clay_ErrorData> for Error<'_>
Source§fn from(value: Clay_ErrorData) -> Self
fn from(value: Clay_ErrorData) -> Self
Converts to this type from the input type.
impl Copy for Clay_ErrorData
Auto Trait Implementations§
impl Freeze for Clay_ErrorData
impl RefUnwindSafe for Clay_ErrorData
impl !Send for Clay_ErrorData
impl !Sync for Clay_ErrorData
impl Unpin for Clay_ErrorData
impl UnwindSafe for Clay_ErrorData
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