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