#[repr(C)]pub struct UA_String {
pub length: usize,
pub data: *mut UA_Byte,
}Fields§
§length: usize§data: *mut UA_ByteTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_String
impl RefUnwindSafe for UA_String
impl !Send for UA_String
impl !Sync for UA_String
impl Unpin for UA_String
impl UnwindSafe for UA_String
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