Struct fidl_fidl_test_dangerous_method_request_arguments_upper1::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 method1(&self, and_eq: u32) -> Result<(), Error>
pub fn method3(&self, auto: u32) -> Result<(), Error>
pub fn method4(&self, bitor: u32) -> Result<(), Error>
pub fn method5(&self, bytes: u32) -> Result<(), Error>
pub fn method6(&self, char: u32) -> Result<(), Error>
pub fn method7(&self, clone: u32) -> Result<(), Error>
pub fn method8(&self, coding_traits: u32) -> Result<(), Error>
pub fn method9(&self, const_cast: u32) -> Result<(), Error>
pub fn method10(&self, controller: u32) -> Result<(), Error>
pub fn method11(&self, decodable: u32) -> Result<(), Error>
pub fn method12(&self, deferred: u32) -> Result<(), Error>
pub fn method13(&self, dynamic: u32) -> Result<(), Error>
pub fn method14(&self, encoder: u32) -> Result<(), Error>
pub fn method15(&self, err: u32) -> Result<(), Error>
pub fn method17(&self, fidl: u32) -> Result<(), Error>
pub fn method18(&self, float: u32) -> Result<(), Error>
pub fn method19(&self, friend: u32) -> Result<(), Error>
pub fn method20(&self, get: u32) -> Result<(), Error>
pub fn method21(&self, has_invalid_tag: u32) -> Result<(), Error>
pub fn method23(&self, index: u32) -> Result<(), Error>
pub fn method24(&self, int32: u32) -> Result<(), Error>
pub fn method25(&self, internal_tag: u32) -> Result<(), Error>
pub fn method26(&self, library: u32) -> Result<(), Error>
pub fn method29(&self, mutable: u32) -> Result<(), Error>
pub fn method30(&self, no_such_method: u32) -> Result<(), Error>
pub fn method31(&self, not_eq: u32) -> Result<(), Error>
pub fn method32(&self, object: u32) -> Result<(), Error>
pub fn method33(&self, on_open: u32) -> Result<(), Error>
pub fn method34(&self, or_eq: u32) -> Result<(), Error>
pub fn method36(&self, proxy: u32) -> Result<(), Error>
pub fn method37(&self, range: u32) -> Result<(), Error>
pub fn method38(&self, requires: u32) -> Result<(), Error>
pub fn method40(&self, select: u32) -> Result<(), Error>
pub fn method41(&self, set_controller: u32) -> Result<(), Error>
pub fn method42(&self, some: u32) -> Result<(), Error>
pub fn method43(&self, stream: u32) -> Result<(), Error>
pub fn method44(&self, stderr: u32) -> Result<(), Error>
pub fn method45(&self, switch: u32) -> Result<(), Error>
pub fn method46(&self, thread_local: u32) -> Result<(), Error>
pub fn method48(&self, typename: u32) -> Result<(), Error>
pub fn method49(&self, uint64: u32) -> Result<(), Error>
pub fn method50(&self, unknown_bytes: u32) -> Result<(), Error>
pub fn method52(&self, value_of: u32) -> Result<(), Error>
pub fn method53(&self, vec: u32) -> Result<(), Error>
pub fn method54(&self, wchar_t: u32) -> Result<(), Error>
pub fn method55(&self, with: 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 method1(&self, and_eq: u32) -> Result<(), Error>
fn method3(&self, auto: u32) -> Result<(), Error>
fn method4(&self, bitor: u32) -> Result<(), Error>
fn method5(&self, bytes: u32) -> Result<(), Error>
fn method6(&self, char: u32) -> Result<(), Error>
fn method7(&self, clone: u32) -> Result<(), Error>
fn method8(&self, coding_traits: u32) -> Result<(), Error>
fn method9(&self, const_cast: u32) -> Result<(), Error>
fn method10(&self, controller: u32) -> Result<(), Error>
fn method11(&self, decodable: u32) -> Result<(), Error>
fn method12(&self, deferred: u32) -> Result<(), Error>
fn method13(&self, dynamic: u32) -> Result<(), Error>
fn method14(&self, encoder: u32) -> Result<(), Error>
fn method15(&self, err: u32) -> Result<(), Error>
fn method17(&self, fidl: u32) -> Result<(), Error>
fn method18(&self, float: u32) -> Result<(), Error>
fn method19(&self, friend: u32) -> Result<(), Error>
fn method20(&self, get: u32) -> Result<(), Error>
fn method21(&self, has_invalid_tag: u32) -> Result<(), Error>
fn method23(&self, index: u32) -> Result<(), Error>
fn method24(&self, int32: u32) -> Result<(), Error>
fn method25(&self, internal_tag: u32) -> Result<(), Error>
fn method26(&self, library: u32) -> Result<(), Error>
fn method29(&self, mutable: u32) -> Result<(), Error>
fn method30(&self, no_such_method: u32) -> Result<(), Error>
fn method31(&self, not_eq: u32) -> Result<(), Error>
fn method32(&self, object: u32) -> Result<(), Error>
fn method33(&self, on_open: u32) -> Result<(), Error>
fn method34(&self, or_eq: u32) -> Result<(), Error>
fn method36(&self, proxy: u32) -> Result<(), Error>
fn method37(&self, range: u32) -> Result<(), Error>
fn method38(&self, requires: u32) -> Result<(), Error>
fn method40(&self, select: u32) -> Result<(), Error>
fn method41(&self, set_controller: u32) -> Result<(), Error>
fn method42(&self, some: u32) -> Result<(), Error>
fn method43(&self, stream: u32) -> Result<(), Error>
fn method44(&self, stderr: u32) -> Result<(), Error>
fn method45(&self, switch: u32) -> Result<(), Error>
fn method46(&self, thread_local: u32) -> Result<(), Error>
fn method48(&self, typename: u32) -> Result<(), Error>
fn method49(&self, uint64: u32) -> Result<(), Error>
fn method50(&self, unknown_bytes: u32) -> Result<(), Error>
fn method52(&self, value_of: u32) -> Result<(), Error>
fn method53(&self, vec: u32) -> Result<(), Error>
fn method54(&self, wchar_t: u32) -> Result<(), Error>
fn method55(&self, with: 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