pub struct MaudioSpecialStateCache(pub [u8; 160]);
Expand description
Cache of state.
Tuple Fields§
§0: [u8; 160]
Trait Implementations§
Source§impl Debug for MaudioSpecialStateCache
impl Debug for MaudioSpecialStateCache
Auto Trait Implementations§
impl Freeze for MaudioSpecialStateCache
impl RefUnwindSafe for MaudioSpecialStateCache
impl Send for MaudioSpecialStateCache
impl Sync for MaudioSpecialStateCache
impl Unpin for MaudioSpecialStateCache
impl UnwindSafe for MaudioSpecialStateCache
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