#[repr(C)]pub struct QryRCAMSInstrParameterField {
pub is_null: bool,
pub ProductID: String,
}Fields§
§is_null: bool§ProductID: StringTrait Implementations§
Source§impl Clone for QryRCAMSInstrParameterField
impl Clone for QryRCAMSInstrParameterField
Source§impl Debug for QryRCAMSInstrParameterField
impl Debug for QryRCAMSInstrParameterField
Auto Trait Implementations§
impl Freeze for QryRCAMSInstrParameterField
impl RefUnwindSafe for QryRCAMSInstrParameterField
impl Send for QryRCAMSInstrParameterField
impl Sync for QryRCAMSInstrParameterField
impl Unpin for QryRCAMSInstrParameterField
impl UnwindSafe for QryRCAMSInstrParameterField
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