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

pub struct VoiceHello {
    pub heartbeat_interval: u64,
    pub ip: String,
    pub modes: Vec<String>,
    pub port: u16,
    pub ssrc: u32,
}

Fields

Trait Implementations

impl Clone for VoiceHello
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VoiceHello
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VoiceHello

impl Sync for VoiceHello