#[repr(C)]pub struct PioComponentIdView {
pub component_type: PioStringView,
pub local_id: PioStringView,
}Expand description
Borrowed stable component identity.
Fields§
§component_type: PioStringView§local_id: PioStringViewTrait Implementations§
Source§impl Clone for PioComponentIdView
impl Clone for PioComponentIdView
Source§fn clone(&self) -> PioComponentIdView
fn clone(&self) -> PioComponentIdView
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 PioComponentIdView
Auto Trait Implementations§
impl !Send for PioComponentIdView
impl !Sync for PioComponentIdView
impl Freeze for PioComponentIdView
impl RefUnwindSafe for PioComponentIdView
impl Unpin for PioComponentIdView
impl UnsafeUnpin for PioComponentIdView
impl UnwindSafe for PioComponentIdView
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