Struct itron_solid_asp3::abi::T_NFYINFO[][src]

#[repr(C)]
pub struct T_NFYINFO { pub nfymode: MODE, pub nfy: T_NFY, pub enfy: T_ENFY, }

Fields

nfymode: MODE

通知処理モード

nfy: T_NFY

タイムイベントの通知に関する付随情報

enfy: T_ENFY

エラーの通知に関する付随情報

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.