#[repr(C)]pub struct Struct__JSList {
pub data: *mut c_void,
pub next: *mut JSList,
}
Fields§
§data: *mut c_void
§next: *mut JSList
Trait Implementations§
Source§impl Clone for Struct__JSList
impl Clone for Struct__JSList
Source§impl Default for Struct__JSList
impl Default for Struct__JSList
impl Copy for Struct__JSList
Auto Trait Implementations§
impl Freeze for Struct__JSList
impl RefUnwindSafe for Struct__JSList
impl !Send for Struct__JSList
impl !Sync for Struct__JSList
impl Unpin for Struct__JSList
impl UnwindSafe for Struct__JSList
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