#[repr(C)]pub struct UA_ValueBackend {
pub backendType: UA_ValueBackendType,
pub backend: UA_ValueBackend__bindgen_ty_1,
}Fields§
§backendType: UA_ValueBackendType§backend: UA_ValueBackend__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ValueBackend
impl RefUnwindSafe for UA_ValueBackend
impl !Send for UA_ValueBackend
impl !Sync for UA_ValueBackend
impl Unpin for UA_ValueBackend
impl UnwindSafe for UA_ValueBackend
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