pub struct AudioBlock {}Available on crate feature
v0_3 only.Trait Implementations§
Source§impl Clone for AudioBlock
impl Clone for AudioBlock
Source§fn clone(&self) -> AudioBlock
fn clone(&self) -> AudioBlock
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 AudioBlock
impl Debug for AudioBlock
Source§impl From<di_cta_audio_block> for AudioBlock
impl From<di_cta_audio_block> for AudioBlock
Source§fn from(value: di_cta_audio_block) -> AudioBlock
fn from(value: di_cta_audio_block) -> AudioBlock
Converts to this type from the input type.
impl Copy for AudioBlock
Auto Trait Implementations§
impl Freeze for AudioBlock
impl RefUnwindSafe for AudioBlock
impl Send for AudioBlock
impl Sync for AudioBlock
impl Unpin for AudioBlock
impl UnwindSafe for AudioBlock
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