pub struct AudioBeamList { /* private fields */ }Implementations§
Source§impl AudioBeamList
impl AudioBeamList
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioBeamList
impl RefUnwindSafe for AudioBeamList
impl !Send for AudioBeamList
impl !Sync for AudioBeamList
impl Unpin for AudioBeamList
impl UnwindSafe for AudioBeamList
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