Enum wayland_sys::client::wl_event_queue
source · pub enum wl_event_queue {}
Auto Trait Implementations§
impl Freeze for wl_event_queue
impl RefUnwindSafe for wl_event_queue
impl Send for wl_event_queue
impl Sync for wl_event_queue
impl Unpin for wl_event_queue
impl UnwindSafe for wl_event_queue
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