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