#[repr(C)]pub struct wl_list {
    pub prev: *mut wl_list,
    pub next: *mut wl_list,
}Fields§
§prev: *mut wl_list§next: *mut wl_listAuto Trait Implementations§
impl Freeze for wl_list
impl RefUnwindSafe for wl_list
impl !Send for wl_list
impl !Sync for wl_list
impl Unpin for wl_list
impl UnwindSafe for wl_list
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