Struct jack_sys::Struct__JSList
source · Fields
data: *mut c_void
next: *mut JSList
Trait Implementations
sourceimpl Clone for Struct__JSList
impl Clone for Struct__JSList
sourceimpl Default for Struct__JSList
impl Default for Struct__JSList
impl Copy for Struct__JSList
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more