Struct goxlr_profile_loader::microphone::ui_setup::UiSetup
source · [−]pub struct UiSetup { /* private fields */ }
Expand description
This simply needs to exist for cross-platform compatibility, it’s unlikely we’ll use these on Linux!
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UiSetup
impl Send for UiSetup
impl Sync for UiSetup
impl Unpin for UiSetup
impl UnwindSafe for UiSetup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more