[−][src]Struct wishbone_tool::config::Config
Fields
usb_pid: Option<u16>usb_vid: Option<u16>usb_bus: Option<u8>usb_device: Option<u8>memory_address: Option<u32>memory_value: Option<u32>server_kind: Vec<ServerKind>bridge_kind: BridgeKindserial_port: Option<String>serial_baud: Option<usize>pcie_path: Option<PathBuf>spi_pins: Option<SpiPins>bind_addr: Stringbind_port: u16gdb_port: u16ethernet_host: Option<String>ethernet_port: u16ethernet_tcp: boolrandom_loops: Option<u32>random_address: Option<u32>random_range: Option<u32>messible_address: Option<u32>register_mapping: HashMap<String, Option<u32>>debug_offset: u32load_name: Option<String>load_addr: Option<u32>terminal_mouse: boolImplementations
impl Config[src]
pub fn parse(matches: ArgMatches) -> Result<Self, ConfigError>[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,