pub struct MMGLB { /* private fields */ }Expand description
Multimedia Global controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MMGLB
impl RefUnwindSafe for MMGLB
impl !Sync for MMGLB
impl Unpin for MMGLB
impl UnwindSafe for MMGLB
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