Struct discord_sdk::voice::VoiceSettingsSelf [−][src]
Expand description
Settings for the local user’s voice connection
Fields
self_mute: bool
Mutes or unmutes the currently connected user.
self_deaf: bool
Deafens or undefeans the currently connected user.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VoiceSettingsSelf
impl Send for VoiceSettingsSelf
impl Sync for VoiceSettingsSelf
impl Unpin for VoiceSettingsSelf
impl UnwindSafe for VoiceSettingsSelf
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more