pub struct CallbackInfo {
pub buffer_index: i32,
pub system_time: ASIOTimeStamp,
pub callback_flag: u32,
}Expand description
Information provided to the BufferCallback.
Fields§
§buffer_index: i32§system_time: ASIOTimeStamp§callback_flag: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallbackInfo
impl RefUnwindSafe for CallbackInfo
impl Send for CallbackInfo
impl Sync for CallbackInfo
impl Unpin for CallbackInfo
impl UnwindSafe for CallbackInfo
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