#[repr(C)]pub struct CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable {
pub base: ICapeInterface_VTable,
pub getDefaultValue: Option<unsafe extern "C" fn(me: *mut c_void, defaultValue: *mut CapeInteger) -> CapeResult>,
pub getLowerBound: Option<unsafe extern "C" fn(me: *mut c_void, lBound: *mut CapeInteger) -> CapeResult>,
pub getUpperBound: Option<unsafe extern "C" fn(me: *mut c_void, uBound: *mut CapeInteger) -> CapeResult>,
pub ValidateElement: Option<unsafe extern "C" fn(me: *mut c_void, position: *mut ICapeArrayInteger, value: CapeInteger, message: *mut ICapeString, isOK: *mut CapeBoolean) -> CapeResult>,
pub Validate: Option<unsafe extern "C" fn(me: *mut c_void, value: *mut ICapeArrayInteger, message: *mut ICapeString, isOK: *mut CapeBoolean) -> CapeResult>,
}Fields§
§base: ICapeInterface_VTable§getDefaultValue: Option<unsafe extern "C" fn(me: *mut c_void, defaultValue: *mut CapeInteger) -> CapeResult>§getLowerBound: Option<unsafe extern "C" fn(me: *mut c_void, lBound: *mut CapeInteger) -> CapeResult>§getUpperBound: Option<unsafe extern "C" fn(me: *mut c_void, uBound: *mut CapeInteger) -> CapeResult>§ValidateElement: Option<unsafe extern "C" fn(me: *mut c_void, position: *mut ICapeArrayInteger, value: CapeInteger, message: *mut ICapeString, isOK: *mut CapeBoolean) -> CapeResult>§Validate: Option<unsafe extern "C" fn(me: *mut c_void, value: *mut ICapeArrayInteger, message: *mut ICapeString, isOK: *mut CapeBoolean) -> CapeResult>Trait Implementations§
Source§impl Clone for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
impl Clone for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
Source§fn clone(&self) -> CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
fn clone(&self) -> CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
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 moreimpl Copy for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
Auto Trait Implementations§
impl Freeze for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
impl RefUnwindSafe for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
impl Send for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
impl Sync for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
impl Unpin for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
impl UnwindSafe for CAPEOPEN_1_2_ICapeArrayIntegerParameterSpecification_VTable
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