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