#[repr(C)]pub struct _dtstat_s {
pub dt_meth: c_int,
pub dt_size: c_int,
pub dt_n: c_int,
pub dt_max: c_int,
pub dt_count: *mut c_int,
}Fields§
§dt_meth: c_int§dt_size: c_int§dt_n: c_int§dt_max: c_int§dt_count: *mut c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _dtstat_s
impl RefUnwindSafe for _dtstat_s
impl !Send for _dtstat_s
impl !Sync for _dtstat_s
impl Unpin for _dtstat_s
impl UnwindSafe for _dtstat_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