#[repr(C)]pub struct _gobj {
pub g_pd: t_pd,
pub g_next: *mut _gobj,
}Fields§
§g_pd: t_pd§g_next: *mut _gobjTrait Implementations§
Auto Trait Implementations§
impl Freeze for _gobj
impl RefUnwindSafe for _gobj
impl !Send for _gobj
impl !Sync for _gobj
impl Unpin for _gobj
impl UnwindSafe for _gobj
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