Struct GCCoreExportedFunctions
pub struct GCCoreExportedFunctions {
pub log_system: GCSystemLogCoreExport,
pub log_audit: GCSystemLogAuditCoreExport,
pub release_datapoint_value: GCReleaseDatapointValueCoreExport,
pub get_last_datapoint_value: GCGetLastDatapointValueCoreExport,
pub publish_datapoint_value: GCPublishDatapointValueCoreExport,
pub get_ethernet_interface: GCGetEthernetInterfaceCoreExport,
pub get_serial_interface: GCGetSerialInterfaceCoreExport,
pub store_datapoint_value: GCStoreDatapointValueCoreExport,
}Fields§
§log_system: GCSystemLogCoreExport§log_audit: GCSystemLogAuditCoreExport§release_datapoint_value: GCReleaseDatapointValueCoreExport§get_last_datapoint_value: GCGetLastDatapointValueCoreExport§publish_datapoint_value: GCPublishDatapointValueCoreExport§get_ethernet_interface: GCGetEthernetInterfaceCoreExport§get_serial_interface: GCGetSerialInterfaceCoreExport§store_datapoint_value: GCStoreDatapointValueCoreExportAuto Trait Implementations§
impl Freeze for GCCoreExportedFunctions
impl RefUnwindSafe for GCCoreExportedFunctions
impl Send for GCCoreExportedFunctions
impl Sync for GCCoreExportedFunctions
impl Unpin for GCCoreExportedFunctions
impl UnsafeUnpin for GCCoreExportedFunctions
impl UnwindSafe for GCCoreExportedFunctions
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