#[repr(C)]pub struct UA_Argument {
pub name: UA_String,
pub dataType: UA_NodeId,
pub valueRank: UA_Int32,
pub arrayDimensionsSize: usize,
pub arrayDimensions: *mut UA_UInt32,
pub description: UA_LocalizedText,
}Fields§
§name: UA_String§dataType: UA_NodeId§valueRank: UA_Int32§arrayDimensionsSize: usize§arrayDimensions: *mut UA_UInt32§description: UA_LocalizedTextTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_Argument
impl RefUnwindSafe for UA_Argument
impl !Send for UA_Argument
impl !Sync for UA_Argument
impl Unpin for UA_Argument
impl UnwindSafe for UA_Argument
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