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