#[repr(C)]pub struct PioIsolatedTerminalView {
pub bus: PioStringView,
pub terminal: PioStringView,
}Expand description
One isolated multiconductor terminal.
Fields§
§bus: PioStringView§terminal: PioStringViewTrait Implementations§
Source§impl Clone for PioIsolatedTerminalView
impl Clone for PioIsolatedTerminalView
Source§fn clone(&self) -> PioIsolatedTerminalView
fn clone(&self) -> PioIsolatedTerminalView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioIsolatedTerminalView
Auto Trait Implementations§
impl !Send for PioIsolatedTerminalView
impl !Sync for PioIsolatedTerminalView
impl Freeze for PioIsolatedTerminalView
impl RefUnwindSafe for PioIsolatedTerminalView
impl Unpin for PioIsolatedTerminalView
impl UnsafeUnpin for PioIsolatedTerminalView
impl UnwindSafe for PioIsolatedTerminalView
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