#[repr(C)]pub struct TA_InputParameterInfo {
pub type_: TA_InputParameterType,
pub paramName: *const c_char,
pub flags: TA_InputFlags,
}
Fields§
§type_: TA_InputParameterType
§paramName: *const c_char
§flags: TA_InputFlags
Trait Implementations§
Source§impl Clone for TA_InputParameterInfo
impl Clone for TA_InputParameterInfo
Source§fn clone(&self) -> TA_InputParameterInfo
fn clone(&self) -> TA_InputParameterInfo
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 moreSource§impl Debug for TA_InputParameterInfo
impl Debug for TA_InputParameterInfo
impl Copy for TA_InputParameterInfo
Auto Trait Implementations§
impl Freeze for TA_InputParameterInfo
impl RefUnwindSafe for TA_InputParameterInfo
impl !Send for TA_InputParameterInfo
impl !Sync for TA_InputParameterInfo
impl Unpin for TA_InputParameterInfo
impl UnwindSafe for TA_InputParameterInfo
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