pub struct LeftFootLed {
pub color: ColorRGBA,
}
Fields§
§color: ColorRGBA
Trait Implementations§
Source§impl Clone for LeftFootLed
impl Clone for LeftFootLed
Source§fn clone(&self) -> LeftFootLed
fn clone(&self) -> LeftFootLed
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 LeftFootLed
impl Debug for LeftFootLed
Source§impl Default for LeftFootLed
impl Default for LeftFootLed
Source§impl<'de> Deserialize<'de> for LeftFootLed
impl<'de> Deserialize<'de> for LeftFootLed
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 PartialEq for LeftFootLed
impl PartialEq for LeftFootLed
Source§impl Serialize for LeftFootLed
impl Serialize for LeftFootLed
impl Message for LeftFootLed
impl StructuralPartialEq for LeftFootLed
Auto Trait Implementations§
impl Freeze for LeftFootLed
impl RefUnwindSafe for LeftFootLed
impl Send for LeftFootLed
impl Sync for LeftFootLed
impl Unpin for LeftFootLed
impl UnwindSafe for LeftFootLed
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