#[repr(C)]pub struct paramdef {
pub name: *mut c_char,
pub flags: c_int,
pub var: *mut c_void,
pub gsu: *const c_void,
pub getnfn: GetNodeFunc,
pub scantfn: ScanTabFunc,
pub pm: Param,
}Fields§
§name: *mut c_char§flags: c_int§var: *mut c_void§gsu: *const c_void§getnfn: GetNodeFunc§scantfn: ScanTabFunc§pm: ParamTrait Implementations§
Auto Trait Implementations§
impl Freeze for paramdef
impl RefUnwindSafe for paramdef
impl !Send for paramdef
impl !Sync for paramdef
impl Unpin for paramdef
impl UnwindSafe for paramdef
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