#[repr(C)]pub struct wl_signal {
    pub listener_list: wl_list,
}Fields§
§listener_list: wl_listAuto 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