#[repr(C)]pub struct PioModuleProducerView {
pub name: PioStringView,
pub version: PioStringView,
}Expand description
Program identity recorded with one module.
Fields§
§name: PioStringView§version: PioStringViewTrait Implementations§
Source§impl Clone for PioModuleProducerView
impl Clone for PioModuleProducerView
Source§fn clone(&self) -> PioModuleProducerView
fn clone(&self) -> PioModuleProducerView
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 PioModuleProducerView
Auto Trait Implementations§
impl !Send for PioModuleProducerView
impl !Sync for PioModuleProducerView
impl Freeze for PioModuleProducerView
impl RefUnwindSafe for PioModuleProducerView
impl Unpin for PioModuleProducerView
impl UnsafeUnpin for PioModuleProducerView
impl UnwindSafe for PioModuleProducerView
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