#[repr(C)]pub struct fields {
pub tag: *mut str,
pub value: *mut str,
pub used: *mut c_int,
pub level: *mut c_int,
pub n: c_int,
pub max: c_int,
}
Fields§
§tag: *mut str
§value: *mut str
§used: *mut c_int
§level: *mut c_int
§n: c_int
§max: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fields
impl RefUnwindSafe for fields
impl !Send for fields
impl !Sync for fields
impl Unpin for fields
impl UnwindSafe for fields
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