#[repr(C)]pub struct Struct__JSList {
pub data: *mut c_void,
pub next: *mut Struct__JSList,
}
Fields§
§data: *mut c_void
§next: *mut Struct__JSList
Trait Implementations§
Source§impl Clone for Struct__JSList
impl Clone for Struct__JSList
Source§fn clone(&self) -> Struct__JSList
fn clone(&self) -> Struct__JSList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Struct__JSList
impl Default for Struct__JSList
Source§fn default() -> Struct__JSList
fn default() -> Struct__JSList
Returns the “default value” for a type. Read more
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