pub struct F2fsIostatFtraceEvent {Show 23 fields
pub app_bio: Option<u64>,
pub app_brio: Option<u64>,
pub app_dio: Option<u64>,
pub app_drio: Option<u64>,
pub app_mio: Option<u64>,
pub app_mrio: Option<u64>,
pub app_rio: Option<u64>,
pub app_wio: Option<u64>,
pub dev: Option<u64>,
pub fs_cdrio: Option<u64>,
pub fs_cp_dio: Option<u64>,
pub fs_cp_mio: Option<u64>,
pub fs_cp_nio: Option<u64>,
pub fs_dio: Option<u64>,
pub fs_discard: Option<u64>,
pub fs_drio: Option<u64>,
pub fs_gc_dio: Option<u64>,
pub fs_gc_nio: Option<u64>,
pub fs_gdrio: Option<u64>,
pub fs_mio: Option<u64>,
pub fs_mrio: Option<u64>,
pub fs_nio: Option<u64>,
pub fs_nrio: Option<u64>,
}Fields§
§app_bio: Option<u64>§app_brio: Option<u64>§app_dio: Option<u64>§app_drio: Option<u64>§app_mio: Option<u64>§app_mrio: Option<u64>§app_rio: Option<u64>§app_wio: Option<u64>§dev: Option<u64>§fs_cdrio: Option<u64>§fs_cp_dio: Option<u64>§fs_cp_mio: Option<u64>§fs_cp_nio: Option<u64>§fs_dio: Option<u64>§fs_discard: Option<u64>§fs_drio: Option<u64>§fs_gc_dio: Option<u64>§fs_gc_nio: Option<u64>§fs_gdrio: Option<u64>§fs_mio: Option<u64>§fs_mrio: Option<u64>§fs_nio: Option<u64>§fs_nrio: Option<u64>Implementations§
Source§impl F2fsIostatFtraceEvent
impl F2fsIostatFtraceEvent
Sourcepub fn app_bio(&self) -> u64
pub fn app_bio(&self) -> u64
Returns the value of app_bio, or the default value if app_bio is unset.
Sourcepub fn app_brio(&self) -> u64
pub fn app_brio(&self) -> u64
Returns the value of app_brio, or the default value if app_brio is unset.
Sourcepub fn app_dio(&self) -> u64
pub fn app_dio(&self) -> u64
Returns the value of app_dio, or the default value if app_dio is unset.
Sourcepub fn app_drio(&self) -> u64
pub fn app_drio(&self) -> u64
Returns the value of app_drio, or the default value if app_drio is unset.
Sourcepub fn app_mio(&self) -> u64
pub fn app_mio(&self) -> u64
Returns the value of app_mio, or the default value if app_mio is unset.
Sourcepub fn app_mrio(&self) -> u64
pub fn app_mrio(&self) -> u64
Returns the value of app_mrio, or the default value if app_mrio is unset.
Sourcepub fn app_rio(&self) -> u64
pub fn app_rio(&self) -> u64
Returns the value of app_rio, or the default value if app_rio is unset.
Sourcepub fn app_wio(&self) -> u64
pub fn app_wio(&self) -> u64
Returns the value of app_wio, or the default value if app_wio is unset.
Sourcepub fn fs_cdrio(&self) -> u64
pub fn fs_cdrio(&self) -> u64
Returns the value of fs_cdrio, or the default value if fs_cdrio is unset.
Sourcepub fn fs_cp_dio(&self) -> u64
pub fn fs_cp_dio(&self) -> u64
Returns the value of fs_cp_dio, or the default value if fs_cp_dio is unset.
Sourcepub fn fs_cp_mio(&self) -> u64
pub fn fs_cp_mio(&self) -> u64
Returns the value of fs_cp_mio, or the default value if fs_cp_mio is unset.
Sourcepub fn fs_cp_nio(&self) -> u64
pub fn fs_cp_nio(&self) -> u64
Returns the value of fs_cp_nio, or the default value if fs_cp_nio is unset.
Sourcepub fn fs_dio(&self) -> u64
pub fn fs_dio(&self) -> u64
Returns the value of fs_dio, or the default value if fs_dio is unset.
Sourcepub fn fs_discard(&self) -> u64
pub fn fs_discard(&self) -> u64
Returns the value of fs_discard, or the default value if fs_discard is unset.
Sourcepub fn fs_drio(&self) -> u64
pub fn fs_drio(&self) -> u64
Returns the value of fs_drio, or the default value if fs_drio is unset.
Sourcepub fn fs_gc_dio(&self) -> u64
pub fn fs_gc_dio(&self) -> u64
Returns the value of fs_gc_dio, or the default value if fs_gc_dio is unset.
Sourcepub fn fs_gc_nio(&self) -> u64
pub fn fs_gc_nio(&self) -> u64
Returns the value of fs_gc_nio, or the default value if fs_gc_nio is unset.
Sourcepub fn fs_gdrio(&self) -> u64
pub fn fs_gdrio(&self) -> u64
Returns the value of fs_gdrio, or the default value if fs_gdrio is unset.
Sourcepub fn fs_mio(&self) -> u64
pub fn fs_mio(&self) -> u64
Returns the value of fs_mio, or the default value if fs_mio is unset.
Sourcepub fn fs_mrio(&self) -> u64
pub fn fs_mrio(&self) -> u64
Returns the value of fs_mrio, or the default value if fs_mrio is unset.
Trait Implementations§
Source§impl Clone for F2fsIostatFtraceEvent
impl Clone for F2fsIostatFtraceEvent
Source§fn clone(&self) -> F2fsIostatFtraceEvent
fn clone(&self) -> F2fsIostatFtraceEvent
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for F2fsIostatFtraceEvent
impl Debug for F2fsIostatFtraceEvent
Source§impl Default for F2fsIostatFtraceEvent
impl Default for F2fsIostatFtraceEvent
Source§fn default() -> F2fsIostatFtraceEvent
fn default() -> F2fsIostatFtraceEvent
Source§impl Message for F2fsIostatFtraceEvent
impl Message for F2fsIostatFtraceEvent
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for F2fsIostatFtraceEvent
impl PartialEq for F2fsIostatFtraceEvent
impl Copy for F2fsIostatFtraceEvent
impl StructuralPartialEq for F2fsIostatFtraceEvent
Auto Trait Implementations§
impl Freeze for F2fsIostatFtraceEvent
impl RefUnwindSafe for F2fsIostatFtraceEvent
impl Send for F2fsIostatFtraceEvent
impl Sync for F2fsIostatFtraceEvent
impl Unpin for F2fsIostatFtraceEvent
impl UnwindSafe for F2fsIostatFtraceEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Layered].