pub struct Volume {
pub relative_percent: u8,
}
Expand description
A play volume of the sound in the score. Defaults to 100.
Fields§
§relative_percent: u8
A play volume percentage of the sound.
Trait Implementations§
source§impl PartialEq for Volume
impl PartialEq for Volume
impl Copy for Volume
impl Eq for Volume
impl StructuralEq for Volume
impl StructuralPartialEq for Volume
Auto Trait Implementations§
impl RefUnwindSafe for Volume
impl Send for Volume
impl Sync for Volume
impl Unpin for Volume
impl UnwindSafe for Volume
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