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 Freeze for wl_signal
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§
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