mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Rename NodeData and associated data structures to Element*.
MozReview-Commit-ID: 96VsmsoZtjZ
This commit is contained in:
parent
5442fbec3f
commit
be89f73675
15 changed files with 75 additions and 77 deletions
|
@ -1,11 +1,11 @@
|
|||
/* automatically generated by rust-bindgen */
|
||||
|
||||
use atomic_refcell::AtomicRefCell;
|
||||
use data::NodeData;
|
||||
use data::ElementData;
|
||||
pub use nsstring::nsStringRepr as nsString;
|
||||
pub type ServoUnsafeCell<T> = ::std::cell::UnsafeCell<T>;
|
||||
pub type ServoCell<T> = ::std::cell::Cell<T>;
|
||||
pub type ServoNodeData = AtomicRefCell<NodeData>;
|
||||
pub type ServoNodeData = AtomicRefCell<ElementData>;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[repr(C)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue