#[repr(C)]pub struct UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2 {
pub type_: *const UA_DataType,
pub data: *mut c_void,
}Fields§
§type_: *const UA_DataType§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2
impl RefUnwindSafe for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2
impl !Send for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2
impl !Sync for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2
impl Unpin for UA_ExtensionObject__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for UA_ExtensionObject__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