Struct vopstats

Source
#[repr(C)]
pub struct vopstats {
Show 49 fields pub nopen: kstat_named_t, pub nclose: kstat_named_t, pub nread: kstat_named_t, pub read_bytes: kstat_named_t, pub nwrite: kstat_named_t, pub write_bytes: kstat_named_t, pub nioctl: kstat_named_t, pub nsetfl: kstat_named_t, pub ngetattr: kstat_named_t, pub nsetattr: kstat_named_t, pub naccess: kstat_named_t, pub nlookup: kstat_named_t, pub ncreate: kstat_named_t, pub nremove: kstat_named_t, pub nlink: kstat_named_t, pub nrename: kstat_named_t, pub nmkdir: kstat_named_t, pub nrmdir: kstat_named_t, pub nreaddir: kstat_named_t, pub readdir_bytes: kstat_named_t, pub nsymlink: kstat_named_t, pub nreadlink: kstat_named_t, pub nfsync: kstat_named_t, pub ninactive: kstat_named_t, pub nfid: kstat_named_t, pub nrwlock: kstat_named_t, pub nrwunlock: kstat_named_t, pub nseek: kstat_named_t, pub ncmp: kstat_named_t, pub nfrlock: kstat_named_t, pub nspace: kstat_named_t, pub nrealvp: kstat_named_t, pub ngetpage: kstat_named_t, pub nputpage: kstat_named_t, pub nmap: kstat_named_t, pub naddmap: kstat_named_t, pub ndelmap: kstat_named_t, pub npoll: kstat_named_t, pub ndump: kstat_named_t, pub npathconf: kstat_named_t, pub npageio: kstat_named_t, pub ndumpctl: kstat_named_t, pub ndispose: kstat_named_t, pub nsetsecattr: kstat_named_t, pub ngetsecattr: kstat_named_t, pub nshrlock: kstat_named_t, pub nvnevent: kstat_named_t, pub nreqzcbuf: kstat_named_t, pub nretzcbuf: kstat_named_t,
}

Fields§

§nopen: kstat_named_t§nclose: kstat_named_t§nread: kstat_named_t§read_bytes: kstat_named_t§nwrite: kstat_named_t§write_bytes: kstat_named_t§nioctl: kstat_named_t§nsetfl: kstat_named_t§ngetattr: kstat_named_t§nsetattr: kstat_named_t§naccess: kstat_named_t§nlookup: kstat_named_t§ncreate: kstat_named_t§nremove: kstat_named_t§nlink: kstat_named_t§nrename: kstat_named_t§nmkdir: kstat_named_t§nrmdir: kstat_named_t§nreaddir: kstat_named_t§readdir_bytes: kstat_named_t§nsymlink: kstat_named_t§nreadlink: kstat_named_t§nfsync: kstat_named_t§ninactive: kstat_named_t§nfid: kstat_named_t§nrwlock: kstat_named_t§nrwunlock: kstat_named_t§nseek: kstat_named_t§ncmp: kstat_named_t§nfrlock: kstat_named_t§nspace: kstat_named_t§nrealvp: kstat_named_t§ngetpage: kstat_named_t§nputpage: kstat_named_t§nmap: kstat_named_t§naddmap: kstat_named_t§ndelmap: kstat_named_t§npoll: kstat_named_t§ndump: kstat_named_t§npathconf: kstat_named_t§npageio: kstat_named_t§ndumpctl: kstat_named_t§ndispose: kstat_named_t§nsetsecattr: kstat_named_t§ngetsecattr: kstat_named_t§nshrlock: kstat_named_t§nvnevent: kstat_named_t§nreqzcbuf: kstat_named_t§nretzcbuf: kstat_named_t

Trait Implementations§

Source§

impl Clone for vopstats

Source§

fn clone(&self) -> vopstats

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for vopstats

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more