Re-exports§
pub use self::natural::*;
Modules§
Structs§
- Focus
State - A ViewRef’s state of focus.
- Focuser
- The type corresponding to the Focuser protocol. A method of programmatically transferring View focus.
- View
- The type corresponding to the View protocol. Deprecated API for view creation. DO NOT USE.
- View
RefFocused - The type corresponding to the ViewRefFocused protocol. A method of enabling a ViewRef creator to determine if its ViewRef has gained or lost focus in the view tree.
- View
RefFocused Watch Response - View
RefInstalled - The type corresponding to the ViewRefInstalled protocol. A method of enabling ViewRef holders to determine if a ViewRef has been “installed” in the view tree: the time it is first connected, transitively, to the root view. Typically, after installation, view focus may be transferred to that ViewRef.
Enums§
- Auto
Focus Error - Command
- DO NOT USE - Retained for ABI stability in fuchsia.ui.scenic.Command
- Error
- Problematic situations that occur on Focuser.RequestFocus.
- View
RefInstalled Error - A collection of error codes related to |ViewRefInstalled|.
Traits§
- Focuser
Client Handler - A client handler for the Focuser protocol.
- Focuser
Local Client Handler - A client handler for the Focuser protocol.
- Focuser
Local Server Handler - A server handler for the Focuser protocol.
- Focuser
Server Handler - A server handler for the Focuser protocol.
- View
Client Handler - A client handler for the View protocol.
- View
Local Client Handler - A client handler for the View protocol.
- View
Local Server Handler - A server handler for the View protocol.
- View
RefFocused Client Handler - A client handler for the ViewRefFocused protocol.
- View
RefFocused Local Client Handler - A client handler for the ViewRefFocused protocol.
- View
RefFocused Local Server Handler - A server handler for the ViewRefFocused protocol.
- View
RefFocused Server Handler - A server handler for the ViewRefFocused protocol.
- View
RefInstalled Client Handler - A client handler for the ViewRefInstalled protocol.
- View
RefInstalled Local Client Handler - A client handler for the ViewRefInstalled protocol.
- View
RefInstalled Local Server Handler - A server handler for the ViewRefInstalled protocol.
- View
RefInstalled Server Handler - A server handler for the ViewRefInstalled protocol.
- View
Server Handler - A server handler for the View protocol.