#[repr(C)]pub struct _dtdata_s {
pub type_: c_int,
pub here: *mut Dtlink_t,
pub hh: _dtdata_s__bindgen_ty_1,
pub ntab: c_int,
pub size: c_int,
pub loop_: c_int,
pub minp: c_int,
}Fields§
§type_: c_int§here: *mut Dtlink_t§hh: _dtdata_s__bindgen_ty_1§ntab: c_int§size: c_int§loop_: c_int§minp: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _dtdata_s
impl RefUnwindSafe for _dtdata_s
impl !Send for _dtdata_s
impl !Sync for _dtdata_s
impl Unpin for _dtdata_s
impl UnwindSafe for _dtdata_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