Struct serenity::model::event::VoiceSpeaking [] [src]

pub struct VoiceSpeaking {
    pub speaking: bool,
    pub ssrc: u32,
    pub user_id: UserId,
}

Fields

Trait Implementations

impl Clone for VoiceSpeaking
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VoiceSpeaking
[src]

impl Debug for VoiceSpeaking
[src]

[src]

Formats the value using the given formatter.