#[repr(C)]pub struct marpa_config {
pub t_is_ok: c_int,
pub t_error: Marpa_Error_Code,
pub t_error_string: *const c_char,
}Fields§
§t_is_ok: c_int§t_error: Marpa_Error_Code§t_error_string: *const c_charTrait Implementations§
Source§impl Clone for marpa_config
impl Clone for marpa_config
Source§fn clone(&self) -> marpa_config
fn clone(&self) -> marpa_config
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 marpa_config
impl Debug for marpa_config
impl Copy for marpa_config
Auto Trait Implementations§
impl Freeze for marpa_config
impl RefUnwindSafe for marpa_config
impl !Send for marpa_config
impl !Sync for marpa_config
impl Unpin for marpa_config
impl UnwindSafe for marpa_config
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