pub struct VolumeAndPan {
pub volume: ReaperVolumeValue,
pub pan: ReaperPanValue,
}Fields§
§volume: ReaperVolumeValueVolume.
pan: ReaperPanValuePan.
Trait Implementations§
Source§impl Clone for VolumeAndPan
impl Clone for VolumeAndPan
Source§fn clone(&self) -> VolumeAndPan
fn clone(&self) -> VolumeAndPan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VolumeAndPan
impl Debug for VolumeAndPan
Source§impl PartialEq for VolumeAndPan
impl PartialEq for VolumeAndPan
impl Copy for VolumeAndPan
impl StructuralPartialEq for VolumeAndPan
Auto Trait Implementations§
impl Freeze for VolumeAndPan
impl RefUnwindSafe for VolumeAndPan
impl Send for VolumeAndPan
impl Sync for VolumeAndPan
impl Unpin for VolumeAndPan
impl UnwindSafe for VolumeAndPan
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