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