#[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 Clone for UA_DataTypeArray
impl Clone for UA_DataTypeArray
Source§fn clone(&self) -> UA_DataTypeArray
fn clone(&self) -> UA_DataTypeArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_DataTypeArray
impl Debug for UA_DataTypeArray
impl Copy 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