pub struct ChannelSettings {
pub volume: u8,
}
Expand description
Audio modulation settings that affect all sounds played on a specific channel.
Fields§
§volume: u8
The volume of the audio, from 0 (muted) to 255 (played raw).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelSettings
impl RefUnwindSafe for ChannelSettings
impl Send for ChannelSettings
impl Sync for ChannelSettings
impl Unpin for ChannelSettings
impl UnwindSafe for ChannelSettings
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