#[repr(C)]pub struct PioMulticonductorUntypedObjectView {
pub class_name: PioStringView,
pub name: PioStringView,
pub property_count: usize,
}Expand description
One source object retained without a typed PowerIO representation.
Fields§
§class_name: PioStringView§name: PioStringView§property_count: usizeTrait Implementations§
Source§impl Clone for PioMulticonductorUntypedObjectView
impl Clone for PioMulticonductorUntypedObjectView
Source§fn clone(&self) -> PioMulticonductorUntypedObjectView
fn clone(&self) -> PioMulticonductorUntypedObjectView
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 PioMulticonductorUntypedObjectView
Auto Trait Implementations§
impl !Send for PioMulticonductorUntypedObjectView
impl !Sync for PioMulticonductorUntypedObjectView
impl Freeze for PioMulticonductorUntypedObjectView
impl RefUnwindSafe for PioMulticonductorUntypedObjectView
impl Unpin for PioMulticonductorUntypedObjectView
impl UnsafeUnpin for PioMulticonductorUntypedObjectView
impl UnwindSafe for PioMulticonductorUntypedObjectView
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