#[repr(C)]pub struct UA_VariableNode {
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_VariableNode__bindgen_ty_1,
pub accessLevel: UA_Byte,
pub minimumSamplingInterval: UA_Double,
pub historizing: UA_Boolean,
pub isDynamic: UA_Boolean,
}Fields§
§head: UA_NodeHead§dataType: UA_NodeId§valueRank: UA_Int32§arrayDimensionsSize: usize§arrayDimensions: *mut UA_UInt32§valueBackend: UA_ValueBackend§valueSource: UA_ValueSource§value: UA_VariableNode__bindgen_ty_1§accessLevel: UA_Byte§minimumSamplingInterval: UA_Double§historizing: UA_Boolean§isDynamic: UA_BooleanTrait Implementations§
Source§impl Clone for UA_VariableNode
impl Clone for UA_VariableNode
Source§fn clone(&self) -> UA_VariableNode
fn clone(&self) -> UA_VariableNode
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_VariableNode
Auto Trait Implementations§
impl Freeze for UA_VariableNode
impl RefUnwindSafe for UA_VariableNode
impl !Send for UA_VariableNode
impl !Sync for UA_VariableNode
impl Unpin for UA_VariableNode
impl UnwindSafe for UA_VariableNode
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