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