Struct dittolive_ditto::error::FfiError [−][src]
Expand description
Errors Originating in C code Shadows the FFI’s CError type which doesn’t have a C Repr
Fields
code: i32
msg: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FfiError
impl UnwindSafe for FfiError
Blanket Implementations
Mutably borrows from an owned value. Read more