Struct wayland_sys::server::wl_listener
source · [−]#[repr(C)]pub struct wl_listener {
pub link: wl_list,
pub notify: wl_notify_func_t,
}
Fields
link: wl_list
notify: wl_notify_func_t
Auto Trait Implementations
impl RefUnwindSafe for wl_listener
impl !Send for wl_listener
impl !Sync for wl_listener
impl Unpin for wl_listener
impl UnwindSafe for wl_listener
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more