Struct wayland_sys::server::wl_signal
source · #[repr(C)]pub struct wl_signal {
pub listener_list: wl_list,
}
Fields
listener_list: wl_list
Auto Trait Implementations
impl RefUnwindSafe for wl_signal
impl !Send for wl_signal
impl !Sync for wl_signal
impl Unpin for wl_signal
impl UnwindSafe for wl_signal
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