#[repr(C)]pub struct DebugConnectParameters {Show 17 fields
pub debug_port: DebugPort,
pub index: c_int,
pub serial_number: [c_char; 33],
pub firmware_version: [c_char; 20],
pub target_voltage: [c_char; 5],
pub access_port_count: c_int,
pub access_port: c_int,
pub connection_mode: DebugConnectMode,
pub reset_mode: DebugResetMode,
pub old_firmware: c_int,
pub frequencies: Frequencies,
pub frequency: c_int,
pub bridge: c_int,
pub shared: c_int,
pub board: [c_char; 100],
pub debug_sleep: c_int,
pub speed: c_int,
}
Fields§
§debug_port: DebugPort
§index: c_int
§serial_number: [c_char; 33]
§firmware_version: [c_char; 20]
§target_voltage: [c_char; 5]
§access_port_count: c_int
§access_port: c_int
§connection_mode: DebugConnectMode
§reset_mode: DebugResetMode
§old_firmware: c_int
§frequencies: Frequencies
§frequency: c_int
§bridge: c_int
§board: [c_char; 100]
§debug_sleep: c_int
§speed: c_int
Trait Implementations§
Source§impl Clone for DebugConnectParameters
impl Clone for DebugConnectParameters
Source§fn clone(&self) -> DebugConnectParameters
fn clone(&self) -> DebugConnectParameters
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DebugConnectParameters
impl Debug for DebugConnectParameters
impl Copy for DebugConnectParameters
Auto Trait Implementations§
impl Freeze for DebugConnectParameters
impl RefUnwindSafe for DebugConnectParameters
impl Send for DebugConnectParameters
impl Sync for DebugConnectParameters
impl Unpin for DebugConnectParameters
impl UnwindSafe for DebugConnectParameters
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