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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VoiceHello
[src]

[src]

Formats the value using the given formatter.