#[repr(C)]pub struct kstat_named {
pub name: [c_char; 31],
pub data_type: uchar_t,
pub value: kstat_named_value,
}
Fields§
§name: [c_char; 31]
§data_type: uchar_t
§value: kstat_named_value
Trait Implementations§
Source§impl Clone for kstat_named
impl Clone for kstat_named
Source§fn clone(&self) -> kstat_named
fn clone(&self) -> kstat_named
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for kstat_named
Auto Trait Implementations§
impl Freeze for kstat_named
impl RefUnwindSafe for kstat_named
impl !Send for kstat_named
impl !Sync for kstat_named
impl Unpin for kstat_named
impl UnwindSafe for kstat_named
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