Struct serenity::model::event::VoiceSessionDescription
[−]
[src]
pub struct VoiceSessionDescription {
pub mode: String,
pub secret_key: Vec<u8>,
}Fields
mode: String
secret_key: Vec<u8>
Trait Implementations
impl Clone for VoiceSessionDescription[src]
fn clone(&self) -> VoiceSessionDescription[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