#[repr(C)]pub struct kstat_ctl {
pub kc_chain_id: kid_t,
pub kc_chain: *mut kstat_t,
pub kc_kd: c_int,
}
Fields§
§kc_chain_id: kid_t
§kc_chain: *mut kstat_t
§kc_kd: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for kstat_ctl
impl RefUnwindSafe for kstat_ctl
impl !Send for kstat_ctl
impl !Sync for kstat_ctl
impl Unpin for kstat_ctl
impl UnwindSafe for kstat_ctl
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