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§
Auto Trait Implementations§
impl Freeze for AudioBeamFrameList
impl RefUnwindSafe for AudioBeamFrameList
impl !Send for AudioBeamFrameList
impl !Sync for AudioBeamFrameList
impl Unpin 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