#[repr(C)]pub struct nlist_t {
pub list: *mut *mut node_t,
pub size: c_int,
}Fields§
§list: *mut *mut node_t§size: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for nlist_t
impl RefUnwindSafe for nlist_t
impl !Send for nlist_t
impl !Sync for nlist_t
impl Unpin for nlist_t
impl UnwindSafe for nlist_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