#[repr(C)]pub struct IAudioBeamFrameArrivedEventArgs {
pub lpVtbl: *mut IAudioBeamFrameArrivedEventArgsVtbl,
}Fields§
§lpVtbl: *mut IAudioBeamFrameArrivedEventArgsVtblTrait Implementations§
Auto Trait Implementations§
impl Freeze for IAudioBeamFrameArrivedEventArgs
impl RefUnwindSafe for IAudioBeamFrameArrivedEventArgs
impl !Send for IAudioBeamFrameArrivedEventArgs
impl !Sync for IAudioBeamFrameArrivedEventArgs
impl Unpin for IAudioBeamFrameArrivedEventArgs
impl UnwindSafe for IAudioBeamFrameArrivedEventArgs
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