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