pub struct Addr4882 {
pub addr: Addr4882_t,
}Fields§
§addr: Addr4882_tImplementations§
Source§impl Addr4882
impl Addr4882
pub fn new( primary_address: PrimaryAddress, secondary_address: SecondaryAddress, ) -> Result<Self, GpibError>
pub fn no_addr() -> Self
pub fn pad(&self) -> u16
pub fn sad(&self) -> u16
pub fn primary_address(&self) -> Result<PrimaryAddress, GpibError>
pub fn secondary_address(&self) -> Result<SecondaryAddress, GpibError>
Trait Implementations§
impl Copy for Addr4882
Auto Trait Implementations§
impl Freeze for Addr4882
impl RefUnwindSafe for Addr4882
impl Send for Addr4882
impl Sync for Addr4882
impl Unpin for Addr4882
impl UnwindSafe for Addr4882
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