Struct activity::VoiceStateUpdatePan
source · pub struct VoiceStateUpdatePan {
pub left: f32,
pub right: f32,
}Fields§
§left: f32§right: f32Trait Implementations§
source§impl Debug for VoiceStateUpdatePan
impl Debug for VoiceStateUpdatePan
source§impl<'de> Deserialize<'de> for VoiceStateUpdatePan
impl<'de> Deserialize<'de> for VoiceStateUpdatePan
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VoiceStateUpdatePan
impl RefUnwindSafe for VoiceStateUpdatePan
impl Send for VoiceStateUpdatePan
impl Sync for VoiceStateUpdatePan
impl Unpin for VoiceStateUpdatePan
impl UnwindSafe for VoiceStateUpdatePan
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more