#[repr(C)]pub struct UA_LocalizedText {
pub locale: UA_String,
pub text: UA_String,
}Fields§
§locale: UA_String§text: UA_StringTrait Implementations§
Source§impl Debug for UA_LocalizedText
impl Debug 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