#[repr(C)]pub struct PioMulticonductorUntypedPropertyView {
pub name: PioStringView,
pub has_name: bool,
pub value: PioStringView,
}Expand description
One property of an untyped source object.
Fields§
§name: PioStringView§has_name: bool§value: PioStringViewTrait Implementations§
Source§impl Clone for PioMulticonductorUntypedPropertyView
impl Clone for PioMulticonductorUntypedPropertyView
Source§fn clone(&self) -> PioMulticonductorUntypedPropertyView
fn clone(&self) -> PioMulticonductorUntypedPropertyView
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 PioMulticonductorUntypedPropertyView
Auto Trait Implementations§
impl !Send for PioMulticonductorUntypedPropertyView
impl !Sync for PioMulticonductorUntypedPropertyView
impl Freeze for PioMulticonductorUntypedPropertyView
impl RefUnwindSafe for PioMulticonductorUntypedPropertyView
impl Unpin for PioMulticonductorUntypedPropertyView
impl UnsafeUnpin for PioMulticonductorUntypedPropertyView
impl UnwindSafe for PioMulticonductorUntypedPropertyView
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