pub enum ColorTransformHandlerRequest {
SetColorTransformConfiguration {
configuration: ColorTransformConfiguration,
responder: ColorTransformHandlerSetColorTransformConfigurationResponder,
},
}
Expand description
Handler implemented by the owner of the presentation. Accessibility manager uses this protocol to make changes to the screen’s color transform.
Variants§
SetColorTransformConfiguration
Fields
§
configuration: ColorTransformConfiguration
Called when the color transform configuration has changed.
Implementations§
source§impl ColorTransformHandlerRequest
impl ColorTransformHandlerRequest
pub fn into_set_color_transform_configuration( self ) -> Option<(ColorTransformConfiguration, ColorTransformHandlerSetColorTransformConfigurationResponder)>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL