#[repr(C)]pub struct T_NFYINFO { pub nfymode: MODE, pub nfy: T_NFY, pub enfy: T_ENFY, }
nfymode: MODE
通知処理モード
nfy: T_NFY
タイムイベントの通知に関する付随情報
enfy: T_ENFY
エラーの通知に関する付随情報
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
source
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.