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