pub struct AudioBeamFrameList { /* private fields */ }Implementations§
Source§impl AudioBeamFrameList
impl AudioBeamFrameList
pub fn get_beam_count(&self) -> Result<UINT, Error>
pub fn open_audio_beam_frame( &self, index: UINT, ) -> Result<AudioBeamFrame, Error>
Trait Implementations§
Source§impl Drop for AudioBeamFrameList
impl Drop for AudioBeamFrameList
Auto Trait Implementations§
impl !Send for AudioBeamFrameList
impl !Sync for AudioBeamFrameList
impl Freeze for AudioBeamFrameList
impl RefUnwindSafe for AudioBeamFrameList
impl Unpin for AudioBeamFrameList
impl UnsafeUnpin for AudioBeamFrameList
impl UnwindSafe for AudioBeamFrameList
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