blob: 44f7830f66ed7b1a64886124015902aaef425ede [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
pub type JS_detail_Wrapped<T> = T;
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct JS_Rooted<T> {
pub ptr: JS_detail_Wrapped<T>,
}
impl <T> Default for JS_Rooted<T> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}