pub enum ControllerFlag {
ExternalBrightnessControl,
}
Expand description
The flags used to control behavior of controllers.
Variants§
ExternalBrightnessControl
This flag controls whether an external service is in control of the brightness configuration.
Trait Implementations§
Source§impl Clone for ControllerFlag
impl Clone for ControllerFlag
Source§fn clone(&self) -> ControllerFlag
fn clone(&self) -> ControllerFlag
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 Debug for ControllerFlag
impl Debug for ControllerFlag
Source§impl<'de> Deserialize<'de> for ControllerFlag
impl<'de> Deserialize<'de> for ControllerFlag
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ControllerFlag
impl Hash for ControllerFlag
Source§impl PartialEq for ControllerFlag
impl PartialEq for ControllerFlag
Source§impl Serialize for ControllerFlag
impl Serialize for ControllerFlag
impl Copy for ControllerFlag
impl Eq for ControllerFlag
impl StructuralPartialEq for ControllerFlag
Auto Trait Implementations§
impl Freeze for ControllerFlag
impl RefUnwindSafe for ControllerFlag
impl Send for ControllerFlag
impl Sync for ControllerFlag
impl Unpin for ControllerFlag
impl UnwindSafe for ControllerFlag
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
)