Struct SysError
#[repr(C)]pub struct SysError {
pub msg: KanziString,
}Fields§
§msg: KanziStringMessage collected from Rust on why the code panicked.
Auto Trait Implementations§
impl Freeze for SysError
impl RefUnwindSafe for SysError
impl Send for SysError
impl Sync for SysError
impl Unpin for SysError
impl UnwindSafe for SysError
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