#[repr(C)]pub struct UA_DataTypeArray {
pub next: *const UA_DataTypeArray,
pub typesSize: usize,
pub types: *const UA_DataType,
pub cleanup: UA_Boolean,
}Fields§
§next: *const UA_DataTypeArray§typesSize: usize§types: *const UA_DataType§cleanup: UA_BooleanTrait Implementations§
Source§impl Debug for UA_DataTypeArray
impl Debug for UA_DataTypeArray
Auto Trait Implementations§
impl Freeze for UA_DataTypeArray
impl RefUnwindSafe for UA_DataTypeArray
impl !Send for UA_DataTypeArray
impl !Sync for UA_DataTypeArray
impl Unpin for UA_DataTypeArray
impl UnwindSafe for UA_DataTypeArray
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