#[repr(C)]pub struct FsErrorC {
pub code: u32,
pub line: i32,
pub column: i32,
pub message: *mut c_char,
}Fields§
§code: u32§line: i32§column: i32§message: *mut c_charAuto Trait Implementations§
impl Freeze for FsErrorC
impl RefUnwindSafe for FsErrorC
impl !Send for FsErrorC
impl !Sync for FsErrorC
impl Unpin for FsErrorC
impl UnwindSafe for FsErrorC
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