pub struct ARAAudioSourceRefMarkupType { /* private fields */ }Trait Implementations§
Source§impl Clone for ARAAudioSourceRefMarkupType
impl Clone for ARAAudioSourceRefMarkupType
Source§fn clone(&self) -> ARAAudioSourceRefMarkupType
fn clone(&self) -> ARAAudioSourceRefMarkupType
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 moreSource§impl Debug for ARAAudioSourceRefMarkupType
impl Debug for ARAAudioSourceRefMarkupType
impl Copy for ARAAudioSourceRefMarkupType
Auto Trait Implementations§
impl Freeze for ARAAudioSourceRefMarkupType
impl RefUnwindSafe for ARAAudioSourceRefMarkupType
impl Send for ARAAudioSourceRefMarkupType
impl Sync for ARAAudioSourceRefMarkupType
impl Unpin for ARAAudioSourceRefMarkupType
impl UnsafeUnpin for ARAAudioSourceRefMarkupType
impl UnwindSafe for ARAAudioSourceRefMarkupType
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