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