pub struct ExtSetSendVolumeArgs {
pub track: MediaTrack,
pub send_index: u32,
pub volume: ReaperVolumeValue,
}Fields§
§track: MediaTrack§send_index: u32§volume: ReaperVolumeValueTrait Implementations§
Source§impl Clone for ExtSetSendVolumeArgs
impl Clone for ExtSetSendVolumeArgs
Source§fn clone(&self) -> ExtSetSendVolumeArgs
fn clone(&self) -> ExtSetSendVolumeArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExtSetSendVolumeArgs
Source§impl Debug for ExtSetSendVolumeArgs
impl Debug for ExtSetSendVolumeArgs
Source§impl PartialEq for ExtSetSendVolumeArgs
impl PartialEq for ExtSetSendVolumeArgs
Source§fn eq(&self, other: &ExtSetSendVolumeArgs) -> bool
fn eq(&self, other: &ExtSetSendVolumeArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExtSetSendVolumeArgs
Auto Trait Implementations§
impl !Send for ExtSetSendVolumeArgs
impl !Sync for ExtSetSendVolumeArgs
impl Freeze for ExtSetSendVolumeArgs
impl RefUnwindSafe for ExtSetSendVolumeArgs
impl Unpin for ExtSetSendVolumeArgs
impl UnsafeUnpin for ExtSetSendVolumeArgs
impl UnwindSafe for ExtSetSendVolumeArgs
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