pub struct MpsseMode {
pub bitbang: bool,
pub mpsse: bool,
pub syncbb: bool,
pub mcu: bool,
pub opto: bool,
pub cbus: bool,
pub syncff: bool,
pub ft1284: bool,
}
Fields§
§bitbang: bool
§mpsse: bool
§syncbb: bool
§mcu: bool
§opto: bool
§cbus: bool
§syncff: bool
§ft1284: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MpsseMode
impl RefUnwindSafe for MpsseMode
impl Send for MpsseMode
impl Sync for MpsseMode
impl Unpin for MpsseMode
impl UnwindSafe for MpsseMode
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