#[repr(C)]pub struct wayland_server_handle_t {
pub sender: UnboundedSender<WaylandCommand>,
}
Fields§
§sender: UnboundedSender<WaylandCommand>
Auto Trait Implementations§
impl Freeze for wayland_server_handle_t
impl !RefUnwindSafe for wayland_server_handle_t
impl Send for wayland_server_handle_t
impl Sync for wayland_server_handle_t
impl Unpin for wayland_server_handle_t
impl !UnwindSafe for wayland_server_handle_t
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