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