Struct terminfo::capability::HueLightnessSaturation
source · pub struct HueLightnessSaturation(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
source§impl<'a> Capability<'a> for HueLightnessSaturation
impl<'a> Capability<'a> for HueLightnessSaturation
source§impl Clone for HueLightnessSaturation
impl Clone for HueLightnessSaturation
source§fn clone(&self) -> HueLightnessSaturation
fn clone(&self) -> HueLightnessSaturation
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 HueLightnessSaturation
impl Debug for HueLightnessSaturation
source§impl From<HueLightnessSaturation> for bool
impl From<HueLightnessSaturation> for bool
source§fn from(cap: HueLightnessSaturation) -> Self
fn from(cap: HueLightnessSaturation) -> Self
Converts to this type from the input type.
source§impl PartialEq for HueLightnessSaturation
impl PartialEq for HueLightnessSaturation
source§fn eq(&self, other: &HueLightnessSaturation) -> bool
fn eq(&self, other: &HueLightnessSaturation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HueLightnessSaturation
impl Eq for HueLightnessSaturation
impl StructuralPartialEq for HueLightnessSaturation
Auto Trait Implementations§
impl Freeze for HueLightnessSaturation
impl RefUnwindSafe for HueLightnessSaturation
impl Send for HueLightnessSaturation
impl Sync for HueLightnessSaturation
impl Unpin for HueLightnessSaturation
impl UnwindSafe for HueLightnessSaturation
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