#[repr(C)]pub struct PioMulticonductorCommandView {
pub verb: PioStringView,
pub args: PioStringView,
}Expand description
One retained source command.
Fields§
§verb: PioStringView§args: PioStringViewTrait Implementations§
Source§impl Clone for PioMulticonductorCommandView
impl Clone for PioMulticonductorCommandView
Source§fn clone(&self) -> PioMulticonductorCommandView
fn clone(&self) -> PioMulticonductorCommandView
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 PioMulticonductorCommandView
Auto Trait Implementations§
impl !Send for PioMulticonductorCommandView
impl !Sync for PioMulticonductorCommandView
impl Freeze for PioMulticonductorCommandView
impl RefUnwindSafe for PioMulticonductorCommandView
impl Unpin for PioMulticonductorCommandView
impl UnsafeUnpin for PioMulticonductorCommandView
impl UnwindSafe for PioMulticonductorCommandView
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