#[repr(C)]pub struct _dtlink_s {
pub right: *mut Dtlink_t,
pub hl: _dtlink_s__bindgen_ty_1,
}Fields§
§right: *mut Dtlink_t§hl: _dtlink_s__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for _dtlink_s
impl RefUnwindSafe for _dtlink_s
impl !Send for _dtlink_s
impl !Sync for _dtlink_s
impl Unpin for _dtlink_s
impl UnwindSafe for _dtlink_s
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