#[repr(C)]pub struct alloc_chain {
pub ptr: *mut c_char,
pub next: *mut alloc_chain,
}Fields§
§ptr: *mut c_char§next: *mut alloc_chainAuto Trait Implementations§
impl Freeze for alloc_chain
impl RefUnwindSafe for alloc_chain
impl !Send for alloc_chain
impl !Sync for alloc_chain
impl Unpin for alloc_chain
impl UnwindSafe for alloc_chain
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