#[repr(C)]pub struct xc_error {
pub code: xc_error_code,
pub message: [c_char; 1024],
}Fields§
§code: xc_error_code§message: [c_char; 1024]Trait Implementations§
impl Copy for xc_error
Auto Trait Implementations§
impl Freeze for xc_error
impl RefUnwindSafe for xc_error
impl Send for xc_error
impl Sync for xc_error
impl Unpin for xc_error
impl UnwindSafe for xc_error
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