Enum fidl_fidl_test_dangerous_method_request_arguments_upper1::DangerousRequestArgumentsRequest
source · pub enum DangerousRequestArgumentsRequest {
Show 46 variants
Method1 {
and_eq: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method3 {
auto: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method4 {
bitor: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method5 {
bytes: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method6 {
char: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method7 {
clone: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method8 {
coding_traits: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method9 {
const_cast: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method10 {
controller: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method11 {
decodable: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method12 {
deferred: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method13 {
dynamic: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method14 {
encoder: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method15 {
err: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method17 {
fidl: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method18 {
float: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method19 {
friend: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method20 {
get: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method21 {
has_invalid_tag: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method23 {
index: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method24 {
int32: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method25 {
internal_tag: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method26 {
library: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method29 {
mutable: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method30 {
no_such_method: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method31 {
not_eq: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method32 {
object: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method33 {
on_open: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method34 {
or_eq: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method36 {
proxy: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method37 {
range: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method38 {
requires: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method40 {
select: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method41 {
set_controller: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method42 {
some: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method43 {
stream: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method44 {
stderr: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method45 {
switch: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method46 {
thread_local: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method48 {
typename: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method49 {
uint64: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method50 {
unknown_bytes: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method52 {
value_of: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method53 {
vec: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method54 {
wchar_t: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
Method55 {
with: u32,
control_handle: DangerousRequestArgumentsControlHandle,
},
}
Variants§
Method1
Method3
Method4
Method5
Method6
Method7
Method8
Method9
Method10
Method11
Method12
Method13
Method14
Method15
Method17
Method18
Method19
Method20
Method21
Method23
Method24
Method25
Method26
Method29
Method30
Method31
Method32
Method33
Method34
Method36
Method37
Method38
Method40
Method41
Method42
Method43
Method44
Method45
Method46
Method48
Method49
Method50
Method52
Method53
Method54
Method55
Implementations§
source§impl DangerousRequestArgumentsRequest
impl DangerousRequestArgumentsRequest
pub fn into_method1( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method3( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method4( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method5( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method6( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method7( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method8( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method9( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method10( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method11( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method12( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method13( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method14( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method15( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method17( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method18( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method19( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method20( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method21( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method23( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method24( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method25( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method26( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method29( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method30( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method31( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method32( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method33( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method34( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method36( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method37( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method38( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method40( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method41( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method42( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method43( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method44( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method45( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method46( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method48( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method49( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method50( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method52( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method53( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method54( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
pub fn into_method55( self ) -> Option<(u32, DangerousRequestArgumentsControlHandle)>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL