pub struct ColorTransformHandlerSynchronousProxy { /* private fields */ }
Implementations§
source§impl ColorTransformHandlerSynchronousProxy
impl ColorTransformHandlerSynchronousProxy
pub fn new(channel: Channel) -> Self
pub fn into_channel(self) -> Channel
sourcepub fn wait_for_event(
&self,
deadline: Time
) -> Result<ColorTransformHandlerEvent, Error>
pub fn wait_for_event( &self, deadline: Time ) -> Result<ColorTransformHandlerEvent, Error>
Waits until an event arrives and returns it. It is safe for other threads to make concurrent requests while waiting for an event.
sourcepub fn set_color_transform_configuration(
&self,
configuration: ColorTransformConfiguration,
___deadline: Time
) -> Result<(), Error>
pub fn set_color_transform_configuration( &self, configuration: ColorTransformConfiguration, ___deadline: Time ) -> Result<(), Error>
Called when the color transform configuration has changed.