#[repr(C)]pub struct wl_listener {
    pub link: wl_list,
    pub notify: wl_notify_func_t,
}Fields§
§link: wl_list§notify: wl_notify_func_tAuto Trait Implementations§
impl Freeze for wl_listener
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§
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