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