pub struct EmitCtx {
pub sample_rate: Option<u32>,
pub frame_count: Option<u32>,
}Fields§
§sample_rate: Option<u32>§frame_count: Option<u32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmitCtx
impl RefUnwindSafe for EmitCtx
impl Send for EmitCtx
impl Sync for EmitCtx
impl Unpin for EmitCtx
impl UnsafeUnpin for EmitCtx
impl UnwindSafe for EmitCtx
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