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