pub struct OscQueryState { /* private fields */ }Expand description
Holds the shared state for the OSCQuery server.
Auto Trait Implementations§
impl !Freeze for OscQueryState
impl !RefUnwindSafe for OscQueryState
impl Send for OscQueryState
impl Sync for OscQueryState
impl Unpin for OscQueryState
impl !UnwindSafe for OscQueryState
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