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