struct IntegerParameterCobiaObjectData {
cape_object_data: CapeObjectData,
cape_open_1_2_i_cape_identification: ICapeInterface,
cape_open_1_2_i_cape_parameter: ICapeInterface,
cape_open_1_2_i_cape_integer_parameter: ICapeInterface,
}Expand description
Data structure that contains generated code to provide the native COBIA interfaces
This object is generated by the cape_object_implementation macro.
Fields§
§cape_object_data: CapeObjectDataCapeObjectData for this object
cape_open_1_2_i_cape_identification: ICapeInterfaceNative ICapeIdentification interface
cape_open_1_2_i_cape_parameter: ICapeInterfaceNative ICapeParameter interface
cape_open_1_2_i_cape_integer_parameter: ICapeInterfaceNative ICapeIntegerParameter interface
Implementations§
Trait Implementations§
Source§impl Default for IntegerParameterCobiaObjectData
impl Default for IntegerParameterCobiaObjectData
Source§fn default() -> IntegerParameterCobiaObjectData
fn default() -> IntegerParameterCobiaObjectData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntegerParameterCobiaObjectData
impl RefUnwindSafe for IntegerParameterCobiaObjectData
impl !Send for IntegerParameterCobiaObjectData
impl !Sync for IntegerParameterCobiaObjectData
impl Unpin for IntegerParameterCobiaObjectData
impl UnwindSafe for IntegerParameterCobiaObjectData
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