#[repr(C)]pub struct _gstub {
pub gs_un: _gstub__bindgen_ty_1,
pub gs_which: c_int,
pub gs_refcount: c_int,
}Fields§
§gs_un: _gstub__bindgen_ty_1§gs_which: c_int§gs_refcount: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _gstub
impl RefUnwindSafe for _gstub
impl !Send for _gstub
impl !Sync for _gstub
impl Unpin for _gstub
impl UnwindSafe for _gstub
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