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