pub struct DangerousMembers {
Show 47 fields pub and: Option<u32>, pub assert: Option<u32>, pub atomic_noexcept: Option<u32>, pub bitand: Option<u32>, pub byte: Option<u32>, pub chan: Option<u32>, pub class: Option<u32>, pub co_yield: Option<u32>, pub decltype: Option<u32>, pub defer: Option<u32>, pub double: Option<u32>, pub encodable: Option<u32>, pub empty: Option<u32>, pub extends: Option<u32>, pub fallthrough: Option<u32>, pub finally: Option<u32>, pub frame: Option<u32>, pub futures_: Option<u32>, pub handles: Option<u32>, pub int16: Option<u32>, pub interface: Option<u32>, pub lhs: Option<u32>, pub mixin: Option<u32>, pub new: Option<u32>, pub not: Option<u32>, pub num: Option<u32>, pub ok: Option<u32>, pub or: Option<u32>, pub part: Option<u32>, pub protected: Option<u32>, pub pure_: Option<u32>, pub reinterpret_cast: Option<u32>, pub rethrow: Option<u32>, pub runtime_type: Option<u32>, pub set: Option<u32>, pub sizeof_: Option<u32>, pub static_cast: Option<u32>, pub stub: Option<u32>, pub this: Option<u32>, pub typeid: Option<u32>, pub uint32: Option<u32>, pub unknown: Option<u32>, pub unsigned: Option<u32>, pub value: Option<u32>, pub var: Option<u32>, pub volatile: Option<u32>, pub xunion: Option<u32>, /* private fields */
}

Fields§

§and: Option<u32>§assert: Option<u32>§atomic_noexcept: Option<u32>§bitand: Option<u32>§byte: Option<u32>§chan: Option<u32>§class: Option<u32>§co_yield: Option<u32>§decltype: Option<u32>§defer: Option<u32>§double: Option<u32>§encodable: Option<u32>§empty: Option<u32>§extends: Option<u32>§fallthrough: Option<u32>§finally: Option<u32>§frame: Option<u32>§futures_: Option<u32>§handles: Option<u32>§int16: Option<u32>§interface: Option<u32>§lhs: Option<u32>§mixin: Option<u32>§new: Option<u32>§not: Option<u32>§num: Option<u32>§ok: Option<u32>§or: Option<u32>§part: Option<u32>§protected: Option<u32>§pure_: Option<u32>§reinterpret_cast: Option<u32>§rethrow: Option<u32>§runtime_type: Option<u32>§set: Option<u32>§sizeof_: Option<u32>§static_cast: Option<u32>§stub: Option<u32>§this: Option<u32>§typeid: Option<u32>§uint32: Option<u32>§unknown: Option<u32>§unsigned: Option<u32>§value: Option<u32>§var: Option<u32>§volatile: Option<u32>§xunion: Option<u32>

Implementations§

source§

impl DangerousMembers

source

pub const EMPTY: Self = _

An empty table with every field set to None.

Trait Implementations§

source§

impl Clone for DangerousMembers

source§

fn clone(&self) -> DangerousMembers

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 Debug for DangerousMembers

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode<DangerousMembers> for DangerousMembers

source§

fn new_empty() -> Self

Creates a valid instance of Self. The specific value does not matter, since it will be overwritten by decode.
source§

unsafe fn decode( &mut self, decoder: &mut Decoder<'_>, offset: usize, depth: Depth ) -> Result<()>

Decodes an object of type T from the decoder’s buffers into self. Read more
source§

impl Encode<DangerousMembers> for &DangerousMembers

source§

unsafe fn encode( self, encoder: &mut Encoder<'_>, offset: usize, depth: Depth ) -> Result<()>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
source§

impl Encode<DangerousMembers> for DangerousMembers

source§

unsafe fn encode( self, encoder: &mut Encoder<'_>, offset: usize, depth: Depth ) -> Result<()>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
source§

impl PartialEq<DangerousMembers> for DangerousMembers

source§

fn eq(&self, other: &DangerousMembers) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TypeMarker for DangerousMembers

§

type Owned = DangerousMembers

The owned Rust type which this FIDL type decodes into.
source§

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

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

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
source§

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 DangerousMembers

§

type Borrowed<'a> = &'a <DangerousMembers as TypeMarker>::Owned

The Rust type to use for encoding. This is a particular Encode<Self> type cheaply obtainable from &Self::Owned. There are three cases: Read more
source§

fn borrow<'a>(value: &'a <Self as TypeMarker>::Owned) -> Self::Borrowed<'a>

Cheaply converts from &Self::Owned to Self::Borrowed.
source§

impl StructuralPartialEq for DangerousMembers

source§

impl TopLevel for DangerousMembers

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> Encode<Ambiguous1> for T

source§

unsafe fn encode( self, _encoder: &mut Encoder<'_>, _offset: usize, _depth: Depth ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
source§

impl<T> Encode<Ambiguous2> for T

source§

unsafe fn encode( self, _encoder: &mut Encoder<'_>, _offset: usize, _depth: Depth ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

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 Twhere U: From<T>,

const: unstable · 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.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> ToOwned for Twhere T: Clone,

§

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 Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

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
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

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

impl<T> Persistable for Twhere T: TopLevel + for<'a> ValueTypeMarker<Borrowed<'a> = &'a T>,