#[repr(C)]pub struct UA_ValueBackend__bindgen_ty_1__bindgen_ty_2 {
pub value: *mut *mut UA_DataValue,
pub callback: UA_ExternalValueCallback,
}Fields§
§value: *mut *mut UA_DataValue§callback: UA_ExternalValueCallbackTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ValueBackend__bindgen_ty_1__bindgen_ty_2
impl RefUnwindSafe for UA_ValueBackend__bindgen_ty_1__bindgen_ty_2
impl !Send for UA_ValueBackend__bindgen_ty_1__bindgen_ty_2
impl !Sync for UA_ValueBackend__bindgen_ty_1__bindgen_ty_2
impl Unpin for UA_ValueBackend__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for UA_ValueBackend__bindgen_ty_1__bindgen_ty_2
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