#[repr(C)]pub struct PioModuleHistoryParameterView {
pub name: PioStringView,
pub value_kind: PioStringView,
}Expand description
One named structured parameter in a module history entry.
Fields§
§name: PioStringView§value_kind: PioStringViewTrait Implementations§
Source§impl Clone for PioModuleHistoryParameterView
impl Clone for PioModuleHistoryParameterView
Source§fn clone(&self) -> PioModuleHistoryParameterView
fn clone(&self) -> PioModuleHistoryParameterView
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 PioModuleHistoryParameterView
Auto Trait Implementations§
impl !Send for PioModuleHistoryParameterView
impl !Sync for PioModuleHistoryParameterView
impl Freeze for PioModuleHistoryParameterView
impl RefUnwindSafe for PioModuleHistoryParameterView
impl Unpin for PioModuleHistoryParameterView
impl UnsafeUnpin for PioModuleHistoryParameterView
impl UnwindSafe for PioModuleHistoryParameterView
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