Struct serenity::model::event::VoiceSpeaking
[−]
[src]
pub struct VoiceSpeaking {
pub speaking: bool,
pub ssrc: u32,
pub user_id: UserId,
}Fields
speaking: bool
ssrc: u32
user_id: UserId
Trait Implementations
impl Clone for VoiceSpeaking[src]
fn clone(&self) -> VoiceSpeaking[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more