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