#[repr(C)]pub struct BNTypeParserError {
pub severity: BNTypeParserErrorSeverity,
pub message: *mut c_char,
pub fileName: *mut c_char,
pub line: u64,
pub column: u64,
}
Fields§
§severity: BNTypeParserErrorSeverity
§message: *mut c_char
§fileName: *mut c_char
§line: u64
§column: u64
Trait Implementations§
source§impl Clone for BNTypeParserError
impl Clone for BNTypeParserError
source§fn clone(&self) -> BNTypeParserError
fn clone(&self) -> BNTypeParserError
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 BNTypeParserError
impl Debug for BNTypeParserError
source§impl Default for BNTypeParserError
impl Default for BNTypeParserError
impl Copy for BNTypeParserError
Auto Trait Implementations§
impl Freeze for BNTypeParserError
impl RefUnwindSafe for BNTypeParserError
impl !Send for BNTypeParserError
impl !Sync for BNTypeParserError
impl Unpin for BNTypeParserError
impl UnwindSafe for BNTypeParserError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)