pub struct OnAudioBufferArgs<'a> {
pub is_post: bool,
pub len: u32,
pub srate: Hz,
pub reg: &'a AudioHookRegister,
}Fields§
§is_post: bool§len: u32§srate: Hz§reg: &'a AudioHookRegisterTrait Implementations§
Source§impl<'a> Debug for OnAudioBufferArgs<'a>
impl<'a> Debug for OnAudioBufferArgs<'a>
Source§impl<'a> PartialEq for OnAudioBufferArgs<'a>
impl<'a> PartialEq for OnAudioBufferArgs<'a>
Source§fn eq(&self, other: &OnAudioBufferArgs<'a>) -> bool
fn eq(&self, other: &OnAudioBufferArgs<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for OnAudioBufferArgs<'a>
Auto Trait Implementations§
impl<'a> !Send for OnAudioBufferArgs<'a>
impl<'a> !Sync for OnAudioBufferArgs<'a>
impl<'a> Freeze for OnAudioBufferArgs<'a>
impl<'a> RefUnwindSafe for OnAudioBufferArgs<'a>
impl<'a> Unpin for OnAudioBufferArgs<'a>
impl<'a> UnsafeUnpin for OnAudioBufferArgs<'a>
impl<'a> UnwindSafe for OnAudioBufferArgs<'a>
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