struct PortCollectionCobiaObjectData {
cape_object_data: CapeObjectData,
cape_open_1_2_i_cape_identification: ICapeInterface,
cape_open_1_2_i_cape_collection: 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_collection: ICapeInterfaceNative ICapeCollection interface
Implementations§
Trait Implementations§
Source§impl Default for PortCollectionCobiaObjectData
impl Default for PortCollectionCobiaObjectData
Source§fn default() -> PortCollectionCobiaObjectData
fn default() -> PortCollectionCobiaObjectData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PortCollectionCobiaObjectData
impl RefUnwindSafe for PortCollectionCobiaObjectData
impl !Send for PortCollectionCobiaObjectData
impl !Sync for PortCollectionCobiaObjectData
impl Unpin for PortCollectionCobiaObjectData
impl UnwindSafe for PortCollectionCobiaObjectData
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