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