Struct wled_json_api_library::structures::cfg::cfg_eth::Eth
source · pub struct Eth {
pub relay: Option<EthType>,
pub pin: Option<Vec<u32>>,
}
Fields§
§relay: Option<EthType>
type of ethernet
pin: Option<Vec<u32>>
pins used??? idk how this one works
Trait Implementations§
source§impl<'de> Deserialize<'de> for Eth
impl<'de> Deserialize<'de> for Eth
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 Eth
Auto Trait Implementations§
impl RefUnwindSafe for Eth
impl Send for Eth
impl Sync for Eth
impl Unpin for Eth
impl UnwindSafe for Eth
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