pub struct NoCodingTablesStressor {Show 14 fields
pub f1: u64,
pub f2: u64,
pub u1: UnionSize36Align4,
pub f3: u64,
pub f4: u64,
pub u2: UnionSize36Align4,
pub f5: u64,
pub f6: u64,
pub u3: UnionSize36Align4,
pub f7: u64,
pub p1: Option<Box<Size8Align8>>,
pub f8: u64,
pub p2: Option<Box<Size8Align8>>,
pub f9: u64,
}
Fields§
§f1: u64
§f2: u64
§u1: UnionSize36Align4
§f3: u64
§f4: u64
§u2: UnionSize36Align4
§f5: u64
§f6: u64
§u3: UnionSize36Align4
§f7: u64
§p1: Option<Box<Size8Align8>>
§f8: u64
§p2: Option<Box<Size8Align8>>
§f9: u64
Trait Implementations§
Source§impl Clone for NoCodingTablesStressor
impl Clone for NoCodingTablesStressor
Source§fn clone(&self) -> NoCodingTablesStressor
fn clone(&self) -> NoCodingTablesStressor
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 NoCodingTablesStressor
impl Debug for NoCodingTablesStressor
Source§impl<D: ResourceDialect> Decode<NoCodingTablesStressor, D> for NoCodingTablesStressor
impl<D: ResourceDialect> Decode<NoCodingTablesStressor, D> for NoCodingTablesStressor
Source§impl<D: ResourceDialect> Encode<NoCodingTablesStressor, D> for &NoCodingTablesStressor
impl<D: ResourceDialect> Encode<NoCodingTablesStressor, D> for &NoCodingTablesStressor
Source§impl<D: ResourceDialect, T0: Encode<u64, D>, T1: Encode<u64, D>, T2: Encode<UnionSize36Align4, D>, T3: Encode<u64, D>, T4: Encode<u64, D>, T5: Encode<UnionSize36Align4, D>, T6: Encode<u64, D>, T7: Encode<u64, D>, T8: Encode<UnionSize36Align4, D>, T9: Encode<u64, D>, T10: Encode<Boxed<Size8Align8>, D>, T11: Encode<u64, D>, T12: Encode<Boxed<Size8Align8>, D>, T13: Encode<u64, D>> Encode<NoCodingTablesStressor, D> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
impl<D: ResourceDialect, T0: Encode<u64, D>, T1: Encode<u64, D>, T2: Encode<UnionSize36Align4, D>, T3: Encode<u64, D>, T4: Encode<u64, D>, T5: Encode<UnionSize36Align4, D>, T6: Encode<u64, D>, T7: Encode<u64, D>, T8: Encode<UnionSize36Align4, D>, T9: Encode<u64, D>, T10: Encode<Boxed<Size8Align8>, D>, T11: Encode<u64, D>, T12: Encode<Boxed<Size8Align8>, D>, T13: Encode<u64, D>> Encode<NoCodingTablesStressor, D> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
Source§impl Hash for NoCodingTablesStressor
impl Hash for NoCodingTablesStressor
Source§impl Ord for NoCodingTablesStressor
impl Ord for NoCodingTablesStressor
Source§fn cmp(&self, other: &NoCodingTablesStressor) -> Ordering
fn cmp(&self, other: &NoCodingTablesStressor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NoCodingTablesStressor
impl PartialEq for NoCodingTablesStressor
Source§impl PartialOrd for NoCodingTablesStressor
impl PartialOrd for NoCodingTablesStressor
Source§impl TypeMarker for NoCodingTablesStressor
impl TypeMarker for NoCodingTablesStressor
Source§type Owned = NoCodingTablesStressor
type Owned = NoCodingTablesStressor
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
.Source§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 moreSource§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 NoCodingTablesStressor
impl ValueTypeMarker for NoCodingTablesStressor
Source§type Borrowed<'a> = &'a NoCodingTablesStressor
type Borrowed<'a> = &'a NoCodingTablesStressor
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 Eq for NoCodingTablesStressor
impl Persistable for NoCodingTablesStressor
impl StructuralPartialEq for NoCodingTablesStressor
Auto Trait Implementations§
impl Freeze for NoCodingTablesStressor
impl RefUnwindSafe for NoCodingTablesStressor
impl Send for NoCodingTablesStressor
impl Sync for NoCodingTablesStressor
impl Unpin for NoCodingTablesStressor
impl UnwindSafe for NoCodingTablesStressor
Blanket Implementations§
Source§impl<T> Body for Twhere
T: Persistable,
impl<T> Body for Twhere
T: Persistable,
Source§type MarkerAtTopLevel = T
type MarkerAtTopLevel = T
The marker type to use when the body is at the top-level.
Source§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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)