Struct wayland_sys::common::wl_list
source · #[repr(C)]pub struct wl_list {
pub prev: *mut wl_list,
pub next: *mut wl_list,
}
Fields§
§prev: *mut wl_list
§next: *mut wl_list
Auto 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