Struct fidl_fidl_test_dangerous_method_request_arguments_camel3::DangerousRequestArgumentsProxy
source · pub struct DangerousRequestArgumentsProxy { /* private fields */ }
Implementations§
source§impl DangerousRequestArgumentsProxy
impl DangerousRequestArgumentsProxy
sourcepub fn take_event_stream(&self) -> DangerousRequestArgumentsEventStream
pub fn take_event_stream(&self) -> DangerousRequestArgumentsEventStream
Get a Stream of events from the remote end of the DangerousRequestArguments protocol
Panics
Panics if the event stream was already taken.
pub fn method0(&self, alignof: u32) -> Result<(), Error>
pub fn method1(&self, asm: u32) -> Result<(), Error>
pub fn method2(&self, atomic_commit: u32) -> Result<(), Error>
pub fn method5(&self, catch: u32) -> Result<(), Error>
pub fn method6(&self, char32_t: u32) -> Result<(), Error>
pub fn method7(&self, co_return: u32) -> Result<(), Error>
pub fn method8(&self, concept: u32) -> Result<(), Error>
pub fn method11(&self, default: u32) -> Result<(), Error>
pub fn method15(&self, export: u32) -> Result<(), Error>
pub fn method16(&self, factory: u32) -> Result<(), Error>
pub fn method19(&self, future_: u32) -> Result<(), Error>
pub fn method20(&self, goto: u32) -> Result<(), Error>
pub fn method21(&self, header: u32) -> Result<(), Error>
pub fn method22(&self, import: u32) -> Result<(), Error>
pub fn method23(&self, int: u32) -> Result<(), Error>
pub fn method24(&self, int8: u32) -> Result<(), Error>
pub fn method26(&self, long: u32) -> Result<(), Error>
pub fn method29(&self, never_: u32) -> Result<(), Error>
pub fn method30(&self, none_: u32) -> Result<(), Error>
pub fn method31(&self, nullptr: u32) -> Result<(), Error>
pub fn method32(&self, offsetof: u32) -> Result<(), Error>
pub fn method33(&self, option_: u32) -> Result<(), Error>
pub fn method34(&self, package: u32) -> Result<(), Error>
pub fn method35(&self, proc: u32) -> Result<(), Error>
pub fn method36(&self, public: u32) -> Result<(), Error>
pub fn method37(&self, register: u32) -> Result<(), Error>
pub fn method39(&self, rune: u32) -> Result<(), Error>
pub fn method40(&self, send_: u32) -> Result<(), Error>
pub fn method41(&self, signed: u32) -> Result<(), Error>
pub fn method42(&self, static_assert: u32) -> Result<(), Error>
pub fn method44(&self, stdout: u32) -> Result<(), Error>
pub fn method45(&self, template: u32) -> Result<(), Error>
pub fn method46(&self, to_string: u32) -> Result<(), Error>
pub fn method47(&self, typedef: u32) -> Result<(), Error>
pub fn method48(&self, uint16: u32) -> Result<(), Error>
pub fn method49(&self, union: u32) -> Result<(), Error>
pub fn method51(&self, using: u32) -> Result<(), Error>
pub fn method52(&self, values_map: u32) -> Result<(), Error>
pub fn method53(&self, void: u32) -> Result<(), Error>
pub fn method54(&self, which: u32) -> Result<(), Error>
pub fn method55(&self, xor_eq: u32) -> Result<(), Error>
Trait Implementations§
source§impl Clone for DangerousRequestArgumentsProxy
impl Clone for DangerousRequestArgumentsProxy
source§fn clone(&self) -> DangerousRequestArgumentsProxy
fn clone(&self) -> DangerousRequestArgumentsProxy
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 DangerousRequestArgumentsProxyInterface for DangerousRequestArgumentsProxy
impl DangerousRequestArgumentsProxyInterface for DangerousRequestArgumentsProxy
fn method0(&self, alignof: u32) -> Result<(), Error>
fn method1(&self, asm: u32) -> Result<(), Error>
fn method2(&self, atomic_commit: u32) -> Result<(), Error>
fn method5(&self, catch: u32) -> Result<(), Error>
fn method6(&self, char32_t: u32) -> Result<(), Error>
fn method7(&self, co_return: u32) -> Result<(), Error>
fn method8(&self, concept: u32) -> Result<(), Error>
fn method11(&self, default: u32) -> Result<(), Error>
fn method15(&self, export: u32) -> Result<(), Error>
fn method16(&self, factory: u32) -> Result<(), Error>
fn method19(&self, future_: u32) -> Result<(), Error>
fn method20(&self, goto: u32) -> Result<(), Error>
fn method21(&self, header: u32) -> Result<(), Error>
fn method22(&self, import: u32) -> Result<(), Error>
fn method23(&self, int: u32) -> Result<(), Error>
fn method24(&self, int8: u32) -> Result<(), Error>
fn method26(&self, long: u32) -> Result<(), Error>
fn method29(&self, never_: u32) -> Result<(), Error>
fn method30(&self, none_: u32) -> Result<(), Error>
fn method31(&self, nullptr: u32) -> Result<(), Error>
fn method32(&self, offsetof: u32) -> Result<(), Error>
fn method33(&self, option_: u32) -> Result<(), Error>
fn method34(&self, package: u32) -> Result<(), Error>
fn method35(&self, proc: u32) -> Result<(), Error>
fn method36(&self, public: u32) -> Result<(), Error>
fn method37(&self, register: u32) -> Result<(), Error>
fn method39(&self, rune: u32) -> Result<(), Error>
fn method40(&self, send_: u32) -> Result<(), Error>
fn method41(&self, signed: u32) -> Result<(), Error>
fn method42(&self, static_assert: u32) -> Result<(), Error>
fn method44(&self, stdout: u32) -> Result<(), Error>
fn method45(&self, template: u32) -> Result<(), Error>
fn method46(&self, to_string: u32) -> Result<(), Error>
fn method47(&self, typedef: u32) -> Result<(), Error>
fn method48(&self, uint16: u32) -> Result<(), Error>
fn method49(&self, union: u32) -> Result<(), Error>
fn method51(&self, using: u32) -> Result<(), Error>
fn method52(&self, values_map: u32) -> Result<(), Error>
fn method53(&self, void: u32) -> Result<(), Error>
fn method54(&self, which: u32) -> Result<(), Error>
fn method55(&self, xor_eq: u32) -> Result<(), Error>
source§impl Proxy for DangerousRequestArgumentsProxy
impl Proxy for DangerousRequestArgumentsProxy
§type Protocol = DangerousRequestArgumentsMarker
type Protocol = DangerousRequestArgumentsMarker
The protocol which this
Proxy
controls.source§fn from_channel(inner: AsyncChannel) -> Self
fn from_channel(inner: AsyncChannel) -> Self
Create a proxy over the given channel.
source§fn into_channel(self) -> Result<AsyncChannel, Self>
fn into_channel(self) -> Result<AsyncChannel, Self>
Attempt to convert the proxy back into a channel. Read more
source§fn as_channel(&self) -> &AsyncChannel
fn as_channel(&self) -> &AsyncChannel
Get a reference to the proxy’s underlying channel. Read more