#[repr(C)]pub struct UA_LocalizedText {
pub locale: UA_String,
pub text: UA_String,
}Fields§
§locale: UA_String§text: UA_StringTrait Implementations§
Source§impl Clone for UA_LocalizedText
impl Clone for UA_LocalizedText
Source§fn clone(&self) -> UA_LocalizedText
fn clone(&self) -> UA_LocalizedText
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_LocalizedText
impl Debug for UA_LocalizedText
impl Copy for UA_LocalizedText
Auto Trait Implementations§
impl Freeze for UA_LocalizedText
impl RefUnwindSafe for UA_LocalizedText
impl !Send for UA_LocalizedText
impl !Sync for UA_LocalizedText
impl Unpin for UA_LocalizedText
impl UnwindSafe for UA_LocalizedText
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