pub struct BinaryConfig {
pub id: String,
pub pin: u16,
}Fields§
§id: String§pin: u16Trait Implementations§
impl InputConfig<bool> for BinaryConfig
Auto Trait Implementations§
impl Freeze for BinaryConfig
impl RefUnwindSafe for BinaryConfig
impl Send for BinaryConfig
impl Sync for BinaryConfig
impl Unpin for BinaryConfig
impl UnwindSafe for BinaryConfig
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