Struct wled_json_api_library::structures::cfg::cfg_hw::In3
source · pub struct In3 {
pub type_field: Option<ButtonType>,
pub pin: Option<Vec<i8>>,
pub macros: Option<ButtonMacros>,
}
Fields§
§type_field: Option<ButtonType>
Button type
pin: Option<Vec<i8>>
Button pin
macros: Option<ButtonMacros>
Button macros
Trait Implementations§
source§impl<'de> Deserialize<'de> for In3
impl<'de> Deserialize<'de> for In3
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
impl StructuralPartialEq for In3
Auto Trait Implementations§
impl RefUnwindSafe for In3
impl Send for In3
impl Sync for In3
impl Unpin for In3
impl UnwindSafe for In3
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