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