pub struct GpibController { /* private fields */ }
Implementations§
source§impl GpibController
impl GpibController
pub fn send_raw_data(&mut self, message: &str) -> Result<usize, BatTestError>
pub fn gpib_send_to_addr( &mut self, message: &str, gpib_addr: u8 ) -> Result<usize, BatTestError>
pub fn read_data(&mut self) -> Result<&str, BatTestError>
pub fn try_new_from(ip_addr: IpAddr) -> Result<GpibController, BatTestError>
pub fn set_address(&mut self, address: u8) -> Result<(), BatTestError>
Auto Trait Implementations§
impl RefUnwindSafe for GpibController
impl Send for GpibController
impl Sync for GpibController
impl Unpin for GpibController
impl UnwindSafe for GpibController
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