pub struct ExtSetSendPanArgs {
pub track: MediaTrack,
pub send_index: u32,
pub pan: ReaperPanValue,
}Fields§
§track: MediaTrack§send_index: u32§pan: ReaperPanValueTrait Implementations§
Source§impl Clone for ExtSetSendPanArgs
impl Clone for ExtSetSendPanArgs
Source§fn clone(&self) -> ExtSetSendPanArgs
fn clone(&self) -> ExtSetSendPanArgs
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 ExtSetSendPanArgs
impl Debug for ExtSetSendPanArgs
Source§impl PartialEq for ExtSetSendPanArgs
impl PartialEq for ExtSetSendPanArgs
impl Copy for ExtSetSendPanArgs
impl StructuralPartialEq for ExtSetSendPanArgs
Auto Trait Implementations§
impl Freeze for ExtSetSendPanArgs
impl RefUnwindSafe for ExtSetSendPanArgs
impl !Send for ExtSetSendPanArgs
impl !Sync for ExtSetSendPanArgs
impl Unpin for ExtSetSendPanArgs
impl UnwindSafe for ExtSetSendPanArgs
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