Struct buttplug::server::device::ServerDeviceManager
source · pub struct ServerDeviceManager { /* private fields */ }Implementations§
source§impl ServerDeviceManager
impl ServerDeviceManager
pub fn event_stream(&self) -> impl Stream<Item = ButtplugServerMessage>
pub fn parse_message( &self, msg: ButtplugClientMessage ) -> ButtplugServerResultFuture
pub fn device_info(&self, index: u32) -> Option<ServerDeviceInfo>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerDeviceManager
impl !RefUnwindSafe for ServerDeviceManager
impl Send for ServerDeviceManager
impl Sync for ServerDeviceManager
impl Unpin for ServerDeviceManager
impl !UnwindSafe for ServerDeviceManager
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