#[repr(C)]pub struct PioActiveControlView {
pub kind: PioStringView,
pub component_id: PioStringView,
}Expand description
One active multiconductor equipment control.
Fields§
§kind: PioStringView§component_id: PioStringViewTrait Implementations§
Source§impl Clone for PioActiveControlView
impl Clone for PioActiveControlView
Source§fn clone(&self) -> PioActiveControlView
fn clone(&self) -> PioActiveControlView
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 PioActiveControlView
Auto Trait Implementations§
impl !Send for PioActiveControlView
impl !Sync for PioActiveControlView
impl Freeze for PioActiveControlView
impl RefUnwindSafe for PioActiveControlView
impl Unpin for PioActiveControlView
impl UnsafeUnpin for PioActiveControlView
impl UnwindSafe for PioActiveControlView
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