pub enum NamedType {
Char,
Int32,
UInt32,
Int64,
UInt64,
String,
}
Expand description
The data type of a single name/value pair of a named kstat.
Variants§
Trait Implementations§
impl Copy for NamedType
impl StructuralPartialEq for NamedType
Auto Trait Implementations§
impl Freeze for NamedType
impl RefUnwindSafe for NamedType
impl Send for NamedType
impl Sync for NamedType
impl Unpin for NamedType
impl UnwindSafe for NamedType
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