pub struct SetBacklight(pub bool);Tuple Fields§
§0: boolTrait Implementations§
Source§impl AsyncCommand for SetBacklight
Available on crate feature async only.
impl AsyncCommand for SetBacklight
Available on crate feature
async only.Source§impl Clone for SetBacklight
impl Clone for SetBacklight
Source§fn clone(&self) -> SetBacklight
fn clone(&self) -> SetBacklight
Returns a duplicate 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 SetBacklight
impl Debug for SetBacklight
Source§impl From<SetBacklight> for Commands
impl From<SetBacklight> for Commands
Source§fn from(cmd: SetBacklight) -> Self
fn from(cmd: SetBacklight) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetBacklight
impl PartialEq for SetBacklight
Source§impl SyncCommand for SetBacklight
impl SyncCommand for SetBacklight
impl Eq for SetBacklight
impl StructuralPartialEq for SetBacklight
Auto Trait Implementations§
impl Freeze for SetBacklight
impl RefUnwindSafe for SetBacklight
impl Send for SetBacklight
impl Sync for SetBacklight
impl Unpin for SetBacklight
impl UnwindSafe for SetBacklight
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