Struct usiagent::player::USIPeriodicallyInfo[][src]

pub struct USIPeriodicallyInfo<W> where
    W: USIOutputWriter + Send + 'static, 
{ /* fields omitted */ }

Implementations

USIPeriodicallyInfoSenderの生成

Arguments
  • writer - USIコマンドを出力するためのオブジェクト。実装によって標準出力以外へ書き込むものを指定することも可能。
  • silent - infoコマンドを出力するか否かのフラグ。trueの場合、出力しない

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

送信するコマンドの生成用コールバックの登録と共に送信開始 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.