Struct usiagent::player::ConsoleInfoSender [−][src]
pub struct ConsoleInfoSender { /* fields omitted */ }
Expand description
コンソールへ出力するInfoSender
の実装(出力用に別にスレッドを持ってはおらず呼び出し時に直接出力する)
Implementations
Trait Implementations
infoコマンドを出力する Read more
Auto Trait Implementations
impl RefUnwindSafe for ConsoleInfoSender
impl Send for ConsoleInfoSender
impl Sync for ConsoleInfoSender
impl Unpin for ConsoleInfoSender
impl UnwindSafe for ConsoleInfoSender
Blanket Implementations
Mutably borrows from an owned value. Read more