pub struct LinkBondPort;Implementations§
Source§impl LinkBondPort
impl LinkBondPort
pub fn new(port_index: u32) -> LinkMessageBuilder<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkBondPort
impl RefUnwindSafe for LinkBondPort
impl Send for LinkBondPort
impl Sync for LinkBondPort
impl Unpin for LinkBondPort
impl UnwindSafe for LinkBondPort
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