pub struct PhosphorLedComponents {
pub spd: Spectrum,
pub components: Spectrum,
}Fields§
§spd: Spectrum§components: SpectrumTrait Implementations§
Source§impl Clone for PhosphorLedComponents
impl Clone for PhosphorLedComponents
Source§fn clone(&self) -> PhosphorLedComponents
fn clone(&self) -> PhosphorLedComponents
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PhosphorLedComponents
impl RefUnwindSafe for PhosphorLedComponents
impl Send for PhosphorLedComponents
impl Sync for PhosphorLedComponents
impl Unpin for PhosphorLedComponents
impl UnsafeUnpin for PhosphorLedComponents
impl UnwindSafe for PhosphorLedComponents
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