Struct fidl_fuchsia_wlan_minstrel::StatsEntry
source · pub struct StatsEntry {
pub tx_vector_idx: u16,
pub tx_vec_desc: String,
pub success_cur: u64,
pub attempts_cur: u64,
pub probability: f32,
pub cur_tp: f32,
pub success_total: u64,
pub attempts_total: u64,
pub probes_total: u64,
pub probe_cycles_skipped: u8,
}
Fields§
§tx_vector_idx: u16
§tx_vec_desc: String
§success_cur: u64
§attempts_cur: u64
§probability: f32
§cur_tp: f32
§success_total: u64
§attempts_total: u64
§probes_total: u64
§probe_cycles_skipped: u8
Trait Implementations§
source§impl Clone for StatsEntry
impl Clone for StatsEntry
source§fn clone(&self) -> StatsEntry
fn clone(&self) -> StatsEntry
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 moresource§impl Debug for StatsEntry
impl Debug for StatsEntry
source§impl<D: ResourceDialect> Decode<StatsEntry, D> for StatsEntry
impl<D: ResourceDialect> Decode<StatsEntry, D> for StatsEntry
source§impl<D: ResourceDialect> Encode<StatsEntry, D> for &StatsEntry
impl<D: ResourceDialect> Encode<StatsEntry, D> for &StatsEntry
source§impl<D: ResourceDialect, T0: Encode<u16, D>, T1: Encode<UnboundedString, D>, T2: Encode<u64, D>, T3: Encode<u64, D>, T4: Encode<f32, D>, T5: Encode<f32, D>, T6: Encode<u64, D>, T7: Encode<u64, D>, T8: Encode<u64, D>, T9: Encode<u8, D>> Encode<StatsEntry, D> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
impl<D: ResourceDialect, T0: Encode<u16, D>, T1: Encode<UnboundedString, D>, T2: Encode<u64, D>, T3: Encode<u64, D>, T4: Encode<f32, D>, T5: Encode<f32, D>, T6: Encode<u64, D>, T7: Encode<u64, D>, T8: Encode<u64, D>, T9: Encode<u8, D>> Encode<StatsEntry, D> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
source§impl PartialEq for StatsEntry
impl PartialEq for StatsEntry
source§fn eq(&self, other: &StatsEntry) -> bool
fn eq(&self, other: &StatsEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for StatsEntry
impl PartialOrd for StatsEntry
source§fn partial_cmp(&self, other: &StatsEntry) -> Option<Ordering>
fn partial_cmp(&self, other: &StatsEntry) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypeMarker for StatsEntry
impl TypeMarker for StatsEntry
§type Owned = StatsEntry
type Owned = StatsEntry
The owned Rust type which this FIDL type decodes into.
source§fn inline_align(_context: Context) -> usize
fn inline_align(_context: Context) -> usize
Returns the minimum required alignment of the inline portion of the
encoded object. It must be a (nonzero) power of two.
source§fn inline_size(_context: Context) -> usize
fn inline_size(_context: Context) -> usize
Returns the size of the inline portion of the encoded object, including
padding for alignment. Must be a multiple of
inline_align
.§fn encode_is_copy() -> bool
fn encode_is_copy() -> bool
Returns true if the memory layout of
Self::Owned
matches the FIDL wire
format and encoding requires no validation. When true, we can optimize
encoding arrays and vectors of Self::Owned
to a single memcpy. Read more§fn decode_is_copy() -> bool
fn decode_is_copy() -> bool
Returns true if the memory layout of
Self::Owned
matches the FIDL wire
format and decoding requires no validation. When true, we can optimize
decoding arrays and vectors of Self::Owned
to a single memcpy.source§impl ValueTypeMarker for StatsEntry
impl ValueTypeMarker for StatsEntry
§type Borrowed<'a> = &'a StatsEntry
type Borrowed<'a> = &'a StatsEntry
The Rust type to use for encoding. This is a particular
Encode<Self>
type cheaply obtainable from &Self::Owned
. There are three cases: Read moreimpl Persistable for StatsEntry
impl StructuralPartialEq for StatsEntry
Auto Trait Implementations§
impl Freeze for StatsEntry
impl RefUnwindSafe for StatsEntry
impl Send for StatsEntry
impl Sync for StatsEntry
impl Unpin for StatsEntry
impl UnwindSafe for StatsEntry
Blanket Implementations§
§impl<T> Body for Twhere
T: Persistable,
impl<T> Body for Twhere
T: Persistable,
§type MarkerAtTopLevel = T
type MarkerAtTopLevel = T
The marker type to use when the body is at the top-level.
§type MarkerInResultUnion = T
type MarkerInResultUnion = T
The marker type to use when the body is nested in a result union.
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)