#[repr(C)]pub struct PioComponentAliasView {
pub value: PioStringView,
pub alias_type: PioStringView,
pub has_alias_type: bool,
}Expand description
One source neutral component alias.
Fields§
§value: PioStringView§alias_type: PioStringView§has_alias_type: boolTrait Implementations§
Source§impl Clone for PioComponentAliasView
impl Clone for PioComponentAliasView
Source§fn clone(&self) -> PioComponentAliasView
fn clone(&self) -> PioComponentAliasView
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 PioComponentAliasView
Auto Trait Implementations§
impl !Send for PioComponentAliasView
impl !Sync for PioComponentAliasView
impl Freeze for PioComponentAliasView
impl RefUnwindSafe for PioComponentAliasView
impl Unpin for PioComponentAliasView
impl UnsafeUnpin for PioComponentAliasView
impl UnwindSafe for PioComponentAliasView
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