pub struct ColorTransformHandlerProxy { /* private fields */ }
Implementations§
source§impl ColorTransformHandlerProxy
impl ColorTransformHandlerProxy
sourcepub fn take_event_stream(&self) -> ColorTransformHandlerEventStream
pub fn take_event_stream(&self) -> ColorTransformHandlerEventStream
Get a Stream of events from the remote end of the ColorTransformHandler protocol
Panics
Panics if the event stream was already taken.
sourcepub fn set_color_transform_configuration(
&self,
configuration: ColorTransformConfiguration
) -> QueryResponseFut<()>
pub fn set_color_transform_configuration( &self, configuration: ColorTransformConfiguration ) -> QueryResponseFut<()>
Called when the color transform configuration has changed.
Trait Implementations§
source§impl Clone for ColorTransformHandlerProxy
impl Clone for ColorTransformHandlerProxy
source§fn clone(&self) -> ColorTransformHandlerProxy
fn clone(&self) -> ColorTransformHandlerProxy
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 ColorTransformHandlerProxyInterface for ColorTransformHandlerProxy
impl ColorTransformHandlerProxyInterface for ColorTransformHandlerProxy
type SetColorTransformConfigurationResponseFut = QueryResponseFut<()>
fn set_color_transform_configuration( &self, configuration: ColorTransformConfiguration ) -> Self::SetColorTransformConfigurationResponseFut
source§impl Debug for ColorTransformHandlerProxy
impl Debug for ColorTransformHandlerProxy
source§impl Proxy for ColorTransformHandlerProxy
impl Proxy for ColorTransformHandlerProxy
§type Protocol = ColorTransformHandlerMarker
type Protocol = ColorTransformHandlerMarker
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