Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/dom/interfaces/base/domstubs.idl
//
/// `typedef uint64_t DOMTimeStamp;`
///
pub type DOMTimeStamp = u64;
/// `typedef uint64_t EpochTimeStamp;`
///
pub type EpochTimeStamp = u64;
/// `typedef double DOMHighResTimeStamp;`
///
pub type DOMHighResTimeStamp = libc::c_double;
/// `typedef uint64_t nsViewID;`
///
pub type nsViewID = u64;