pub struct DataDeviceManager;
Expand description
An implementation of the wl_data_device_manager global.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataDeviceManager
impl RefUnwindSafe for DataDeviceManager
impl Send for DataDeviceManager
impl Sync for DataDeviceManager
impl Unpin for DataDeviceManager
impl UnwindSafe for DataDeviceManager
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