blob: 714467f6f308db66cc5ccf8be4f4c4305b4e1b5c [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
pub const NSID_LENGTH: ::std::os::raw::c_uint = 10;
#[repr(C)]
#[derive(Default)]
pub struct nsID__bindgen_vtable {
}
#[repr(C)]
#[derive(Debug, Copy)]
pub struct nsID {
pub vtable_: *const nsID__bindgen_vtable,
}
#[test]
fn bindgen_test_layout_nsID() {
assert_eq!(::std::mem::size_of::<nsID>() , 8usize , concat ! (
"Size of: " , stringify ! ( nsID ) ));
assert_eq! (::std::mem::align_of::<nsID>() , 8usize , concat ! (
"Alignment of " , stringify ! ( nsID ) ));
}
impl Clone for nsID {
fn clone(&self) -> Self { *self }
}
impl Default for nsID {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}