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