pub struct SpeedConfig { /* private fields */ }Expand description
Target communication speed setting.
This determines the clock frequency of the target communication. Supported speeds for the
currently selected target interface can be fetched via JayLink::read_speeds.
Implementations§
Source§impl SpeedConfig
impl SpeedConfig
Sourcepub const ADAPTIVE: Self
pub const ADAPTIVE: Self
Let the J-Link probe decide the speed.
Requires the probe to support Capability::AdaptiveClocking.
Trait Implementations§
Source§impl Clone for SpeedConfig
impl Clone for SpeedConfig
Source§fn clone(&self) -> SpeedConfig
fn clone(&self) -> SpeedConfig
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 SpeedConfig
impl Debug for SpeedConfig
Source§impl Display for SpeedConfig
impl Display for SpeedConfig
impl Copy for SpeedConfig
Auto Trait Implementations§
impl Freeze for SpeedConfig
impl RefUnwindSafe for SpeedConfig
impl Send for SpeedConfig
impl Sync for SpeedConfig
impl Unpin for SpeedConfig
impl UnwindSafe for SpeedConfig
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