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