pub enum Interface {
Accessibility,
Audio,
Display(InterfaceFlags),
DoNotDisturb,
FactoryReset,
Input,
Intl,
Keyboard,
Light,
NightMode,
Privacy,
Setup,
}
Expand description
Interface defines the FIDL interfaces supported by the settings service.
Variants§
Accessibility
Audio
Display(InterfaceFlags)
DoNotDisturb
FactoryReset
Input
Intl
Keyboard
Light
NightMode
Privacy
Setup
Trait Implementations§
Source§impl From<InterfaceSpec> for Interface
impl From<InterfaceSpec> for Interface
Source§fn from(spec: InterfaceSpec) -> Self
fn from(spec: InterfaceSpec) -> Self
Converts to this type from the input type.
impl Copy for Interface
impl Eq for Interface
impl StructuralPartialEq for Interface
Auto Trait Implementations§
impl Freeze for Interface
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnwindSafe for Interface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)