#[repr(C)]pub struct func {
pub name: *mut c_char,
pub forward: functype,
pub inverse: functype,
pub table: *mut pair,
pub tablelen: c_int,
pub tableunit: *mut c_char,
pub next: *mut func,
pub skip_error_check: c_int,
pub linenumber: c_int,
pub file: *mut c_char,
}Fields§
§name: *mut c_char§forward: functype§inverse: functype§table: *mut pair§tablelen: c_int§tableunit: *mut c_char§next: *mut func§skip_error_check: c_int§linenumber: c_int§file: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for func
impl RefUnwindSafe for func
impl !Send for func
impl !Sync for func
impl Unpin for func
impl UnsafeUnpin for func
impl UnwindSafe for func
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