#[repr(C)]pub struct UA_TargetVariablesDataType {
pub targetVariablesSize: usize,
pub targetVariables: *mut UA_FieldTargetDataType,
}Fields§
§targetVariablesSize: usize§targetVariables: *mut UA_FieldTargetDataTypeTrait Implementations§
Source§impl Debug for UA_TargetVariablesDataType
impl Debug for UA_TargetVariablesDataType
Auto Trait Implementations§
impl Freeze for UA_TargetVariablesDataType
impl RefUnwindSafe for UA_TargetVariablesDataType
impl !Send for UA_TargetVariablesDataType
impl !Sync for UA_TargetVariablesDataType
impl Unpin for UA_TargetVariablesDataType
impl UnwindSafe for UA_TargetVariablesDataType
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