pub struct SetSurfacePanArgs {
pub track: MediaTrack,
pub pan: ReaperPanValue,
}Fields§
§track: MediaTrack§pan: ReaperPanValueTrait Implementations§
Source§impl Clone for SetSurfacePanArgs
impl Clone for SetSurfacePanArgs
Source§fn clone(&self) -> SetSurfacePanArgs
fn clone(&self) -> SetSurfacePanArgs
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 SetSurfacePanArgs
Source§impl Debug for SetSurfacePanArgs
impl Debug for SetSurfacePanArgs
Source§impl PartialEq for SetSurfacePanArgs
impl PartialEq for SetSurfacePanArgs
Source§fn eq(&self, other: &SetSurfacePanArgs) -> bool
fn eq(&self, other: &SetSurfacePanArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetSurfacePanArgs
Auto Trait Implementations§
impl !Send for SetSurfacePanArgs
impl !Sync for SetSurfacePanArgs
impl Freeze for SetSurfacePanArgs
impl RefUnwindSafe for SetSurfacePanArgs
impl Unpin for SetSurfacePanArgs
impl UnsafeUnpin for SetSurfacePanArgs
impl UnwindSafe for SetSurfacePanArgs
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