Struct wled_json_api_library::structures::cfg::cfg_hw::cfg_hw_led::Matrix
source · pub struct Matrix {
pub mpc: Option<u8>,
pub panels: Option<Vec<Panel>>,
}Fields§
§mpc: Option<u8>fuck if I know (strip.panels in WLED source)
panels: Option<Vec<Panel>>panels
Trait Implementations§
source§impl<'de> Deserialize<'de> for Matrix
impl<'de> Deserialize<'de> for Matrix
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 Matrix
impl PartialEq for Matrix
impl StructuralPartialEq for Matrix
Auto Trait Implementations§
impl RefUnwindSafe for Matrix
impl Send for Matrix
impl Sync for Matrix
impl Unpin for Matrix
impl UnwindSafe for Matrix
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