#[repr(C)]pub struct Agsym_s {
pub link: Dtlink_t,
pub name: *mut c_char,
pub defval: *mut c_char,
pub id: c_int,
pub kind: c_uchar,
pub fixed: c_uchar,
pub print: c_uchar,
}Fields§
§link: Dtlink_t§name: *mut c_char§defval: *mut c_char§id: c_int§kind: c_uchar§fixed: c_uchar§print: c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for Agsym_s
impl RefUnwindSafe for Agsym_s
impl !Send for Agsym_s
impl !Sync for Agsym_s
impl Unpin for Agsym_s
impl UnwindSafe for Agsym_s
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