pub struct XvcClient { /* private fields */ }Expand description
XVC client for remote JTAG operations.
Connects to an XVC server and provides methods for JTAG operations.
Implementations§
Source§impl XvcClient
impl XvcClient
pub fn new(addr: impl ToSocketAddrs) -> Result<XvcClient>
Sourcepub fn get_info(&mut self) -> Result<XvcInfo, ReadError>
pub fn get_info(&mut self) -> Result<XvcInfo, ReadError>
Query server capabilities and version information.
Auto Trait Implementations§
impl Freeze for XvcClient
impl RefUnwindSafe for XvcClient
impl Send for XvcClient
impl Sync for XvcClient
impl Unpin for XvcClient
impl UnwindSafe for XvcClient
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