#[repr(C)]pub struct PioPrescribedSourceVoltageView {
pub source: PioStringView,
pub terminal_count: usize,
}Expand description
One prescribed multiconductor source terminal voltage.
Fields§
§source: PioStringView§terminal_count: usizeTrait Implementations§
Source§impl Clone for PioPrescribedSourceVoltageView
impl Clone for PioPrescribedSourceVoltageView
Source§fn clone(&self) -> PioPrescribedSourceVoltageView
fn clone(&self) -> PioPrescribedSourceVoltageView
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 PioPrescribedSourceVoltageView
Auto Trait Implementations§
impl !Send for PioPrescribedSourceVoltageView
impl !Sync for PioPrescribedSourceVoltageView
impl Freeze for PioPrescribedSourceVoltageView
impl RefUnwindSafe for PioPrescribedSourceVoltageView
impl Unpin for PioPrescribedSourceVoltageView
impl UnsafeUnpin for PioPrescribedSourceVoltageView
impl UnwindSafe for PioPrescribedSourceVoltageView
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