Struct wayland_sys::common::wl_list
source · Fields
prev: *mut wl_list
next: *mut wl_list
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more