pub enum DangerousRequestArgumentsRequest {
Show 47 variants Method0 { and: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method1 { assert: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method2 { atomic_noexcept: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method3 { bitand: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method4 { byte: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method5 { chan: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method6 { class: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method7 { co_yield: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method10 { decltype: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method11 { defer: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method12 { double: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method13 { encodable: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method14 { empty: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method15 { extends: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method16 { fallthrough: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method17 { finally: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method18 { frame: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method19 { futures: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method20 { handles: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method23 { int16: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method24 { interface: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method25 { lhs: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method27 { mixin: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method29 { new: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method30 { not: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method31 { num: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method32 { ok: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method33 { or: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method34 { part: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method35 { protected: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method36 { pure: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method37 { reinterpret_cast: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method38 { rethrow: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method39 { runtime_type: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method40 { set: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method41 { sizeof: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method42 { static_cast: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method43 { stub: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method45 { this: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method47 { typeid: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method48 { uint32: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method49 { unknown: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method50 { unsigned: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method51 { value: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method52 { var: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method53 { volatile: u32, control_handle: DangerousRequestArgumentsControlHandle, }, Method55 { xunion: u32, control_handle: DangerousRequestArgumentsControlHandle, },
}

Variants§

§

Method0

§

Method1

Fields

§assert: u32
§

Method2

Fields

§atomic_noexcept: u32
§

Method3

Fields

§bitand: u32
§

Method4

§

Method5

§

Method6

§

Method7

Fields

§co_yield: u32
§

Method10

Fields

§decltype: u32
§

Method11

§

Method12

Fields

§double: u32
§

Method13

Fields

§encodable: u32
§

Method14

§

Method15

Fields

§extends: u32
§

Method16

Fields

§fallthrough: u32
§

Method17

Fields

§finally: u32
§

Method18

§

Method19

Fields

§futures: u32
§

Method20

Fields

§handles: u32
§

Method23

§

Method24

Fields

§interface: u32
§

Method25

§

Method27

§

Method29

§

Method30

§

Method31

§

Method32

§

Method33

§

Method34

§

Method35

Fields

§protected: u32
§

Method36

§

Method37

Fields

§reinterpret_cast: u32
§

Method38

Fields

§rethrow: u32
§

Method39

Fields

§runtime_type: u32
§

Method40

§

Method41

Fields

§sizeof: u32
§

Method42

Fields

§static_cast: u32
§

Method43

§

Method45

§

Method47

Fields

§typeid: u32
§

Method48

Fields

§uint32: u32
§

Method49

Fields

§unknown: u32
§

Method50

Fields

§unsigned: u32
§

Method51

§

Method52

§

Method53

Fields

§volatile: u32
§

Method55

Fields

§xunion: u32

Implementations§

source§

impl DangerousRequestArgumentsRequest

source

pub fn into_method0( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method1( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method2( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method3( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method4( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method5( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method6( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method7( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method10( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method11( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method12( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method13( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method14( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method15( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method16( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method17( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method18( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method19( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method20( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method23( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method24( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method25( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method27( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method29( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method30( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method31( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method32( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method33( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method34( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method35( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method36( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method37( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method38( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method39( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method40( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method41( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method42( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method43( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method45( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method47( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method48( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method49( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method50( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method51( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method52( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method53( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn into_method55( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>

source

pub fn method_name(&self) -> &'static str

Name of the method defined in FIDL

Trait Implementations§

source§

impl Debug for DangerousRequestArgumentsRequest

source§

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

Formats the value using the given formatter. Read more

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, 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