pub struct Mua { /* private fields */ }Expand description
LPC-Next0 MUA
Implementations§
Trait Implementations§
impl Copy for Mua
impl Eq for Mua
impl Send for Mua
impl StructuralPartialEq for Mua
impl Sync for Mua
Auto Trait Implementations§
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