#[repr(C)]pub struct UA_VariableTypeNode {
pub head: UA_NodeHead,
pub dataType: UA_NodeId,
pub valueRank: UA_Int32,
pub arrayDimensionsSize: usize,
pub arrayDimensions: *mut UA_UInt32,
pub valueBackend: UA_ValueBackend,
pub valueSource: UA_ValueSource,
pub value: UA_VariableTypeNode__bindgen_ty_1,
pub isAbstract: UA_Boolean,
pub lifecycle: UA_NodeTypeLifecycle,
}Fields§
§head: UA_NodeHead§dataType: UA_NodeId§valueRank: UA_Int32§arrayDimensionsSize: usize§arrayDimensions: *mut UA_UInt32§valueBackend: UA_ValueBackend§valueSource: UA_ValueSource§value: UA_VariableTypeNode__bindgen_ty_1§isAbstract: UA_Boolean§lifecycle: UA_NodeTypeLifecycleTrait Implementations§
Source§impl Clone for UA_VariableTypeNode
impl Clone for UA_VariableTypeNode
Source§fn clone(&self) -> UA_VariableTypeNode
fn clone(&self) -> UA_VariableTypeNode
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_VariableTypeNode
Auto Trait Implementations§
impl Freeze for UA_VariableTypeNode
impl RefUnwindSafe for UA_VariableTypeNode
impl !Send for UA_VariableTypeNode
impl !Sync for UA_VariableTypeNode
impl Unpin for UA_VariableTypeNode
impl UnwindSafe for UA_VariableTypeNode
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