pub struct InformationOperationsReportPdu {
pub originating_simulation_id: SimulationIdentifier,
pub io_simulation_source: IOActionIOSimulationSource,
pub io_report_type: IOReportIOReportType,
pub io_attacker_entity_id: EntityId,
pub primary_target_entity_id: EntityId,
pub io_records: StandardVariableSpecification,
/* private fields */
}Expand description
Implemented according to IEEE 1278.1-2012 §7.12.3
Fields§
§originating_simulation_id: SimulationIdentifier§io_simulation_source: IOActionIOSimulationSource§io_report_type: IOReportIOReportType§io_attacker_entity_id: EntityId§primary_target_entity_id: EntityId§io_records: StandardVariableSpecificationImplementations§
Trait Implementations§
Source§impl Pdu for InformationOperationsReportPdu
impl Pdu for InformationOperationsReportPdu
type Header = PduHeader
fn header(&self) -> &Self::Header
fn header_mut(&mut self) -> &mut Self::Header
Source§fn deserialize<B: Buf>(buf: &mut B) -> Result<Self, DISError>where
Self: Sized,
fn deserialize<B: Buf>(buf: &mut B) -> Result<Self, DISError>where
Self: Sized,
Errors Read more
Source§fn deserialize_without_header<B: Buf>(
buf: &mut B,
header: Self::Header,
) -> Result<Self, DISError>where
Self: Sized,
fn deserialize_without_header<B: Buf>(
buf: &mut B,
header: Self::Header,
) -> Result<Self, DISError>where
Self: Sized,
Errors Read more
fn as_any(&self) -> &dyn Any
fn finalize(&mut self)
Auto Trait Implementations§
impl Freeze for InformationOperationsReportPdu
impl RefUnwindSafe for InformationOperationsReportPdu
impl Send for InformationOperationsReportPdu
impl Sync for InformationOperationsReportPdu
impl Unpin for InformationOperationsReportPdu
impl UnwindSafe for InformationOperationsReportPdu
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