#[repr(C)]pub struct mrb_parser_message {
pub lineno: u16,
pub column: c_int,
pub message: *mut c_char,
}
Fields§
§lineno: u16
§column: c_int
§message: *mut c_char
Trait Implementations§
Source§impl Clone for mrb_parser_message
impl Clone for mrb_parser_message
Source§fn clone(&self) -> mrb_parser_message
fn clone(&self) -> mrb_parser_message
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 mrb_parser_message
impl Debug for mrb_parser_message
impl Copy for mrb_parser_message
Auto Trait Implementations§
impl Freeze for mrb_parser_message
impl RefUnwindSafe for mrb_parser_message
impl !Send for mrb_parser_message
impl !Sync for mrb_parser_message
impl Unpin for mrb_parser_message
impl UnwindSafe for mrb_parser_message
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