#[repr(C)]pub struct param {
pub node: hashnode,
pub u: param__bindgen_ty_1,
pub gsu: param__bindgen_ty_2,
pub base: c_int,
pub width: c_int,
pub env: *mut c_char,
pub ename: *mut c_char,
pub old: Param,
pub level: c_int,
}
Fields§
§node: hashnode
§u: param__bindgen_ty_1
§gsu: param__bindgen_ty_2
§base: c_int
§width: c_int
§env: *mut c_char
§ename: *mut c_char
§old: Param
§level: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for param
impl RefUnwindSafe for param
impl !Send for param
impl !Sync for param
impl Unpin for param
impl UnwindSafe for param
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