#[repr(C)]pub struct asgment {
pub node: linknode,
pub name: *mut c_char,
pub flags: c_int,
pub value: asgment__bindgen_ty_1,
}Fields§
§node: linknode§name: *mut c_char§flags: c_int§value: asgment__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for asgment
impl RefUnwindSafe for asgment
impl !Send for asgment
impl !Sync for asgment
impl Unpin for asgment
impl UnwindSafe for asgment
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