#[repr(C)]pub struct UA_DataType {
pub typeName: *const c_char,
pub typeId: UA_NodeId,
pub binaryEncodingId: UA_NodeId,
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub members: *mut UA_DataTypeMember,
}Fields§
§typeName: *const c_char§typeId: UA_NodeId§binaryEncodingId: UA_NodeId§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§members: *mut UA_DataTypeMemberImplementations§
Source§impl UA_DataType
impl UA_DataType
pub fn memSize(&self) -> UA_UInt32
pub fn set_memSize(&mut self, val: UA_UInt32)
pub fn typeKind(&self) -> UA_UInt32
pub fn set_typeKind(&mut self, val: UA_UInt32)
pub fn pointerFree(&self) -> UA_UInt32
pub fn set_pointerFree(&mut self, val: UA_UInt32)
pub fn overlayable(&self) -> UA_UInt32
pub fn set_overlayable(&mut self, val: UA_UInt32)
pub fn membersSize(&self) -> UA_UInt32
pub fn set_membersSize(&mut self, val: UA_UInt32)
pub fn new_bitfield_1( memSize: UA_UInt32, typeKind: UA_UInt32, pointerFree: UA_UInt32, overlayable: UA_UInt32, membersSize: UA_UInt32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for UA_DataType
impl Clone for UA_DataType
Source§fn clone(&self) -> UA_DataType
fn clone(&self) -> UA_DataType
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 moreimpl Copy for UA_DataType
Auto Trait Implementations§
impl Freeze for UA_DataType
impl RefUnwindSafe for UA_DataType
impl !Send for UA_DataType
impl !Sync for UA_DataType
impl Unpin for UA_DataType
impl UnwindSafe for UA_DataType
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