Struct serenity::model::event::VoiceHeartbeat
[−]
[src]
pub struct VoiceHeartbeat {
pub heartbeat_interval: u64,
}Fields
heartbeat_interval: u64
Trait Implementations
impl Clone for VoiceHeartbeat[src]
fn clone(&self) -> VoiceHeartbeat[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