#[repr(C)]pub struct PioTerminalReferenceView {
pub equipment: PioComponentIdView,
pub terminal: u8,
}Expand description
Borrowed reference to one numbered equipment terminal.
Fields§
§equipment: PioComponentIdView§terminal: u8Trait Implementations§
Source§impl Clone for PioTerminalReferenceView
impl Clone for PioTerminalReferenceView
Source§fn clone(&self) -> PioTerminalReferenceView
fn clone(&self) -> PioTerminalReferenceView
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 PioTerminalReferenceView
Auto Trait Implementations§
impl !Send for PioTerminalReferenceView
impl !Sync for PioTerminalReferenceView
impl Freeze for PioTerminalReferenceView
impl RefUnwindSafe for PioTerminalReferenceView
impl Unpin for PioTerminalReferenceView
impl UnsafeUnpin for PioTerminalReferenceView
impl UnwindSafe for PioTerminalReferenceView
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