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