mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Move RawGecko{Node,Element,Document} to bindings
This commit is contained in:
parent
f3973a0d3b
commit
109bf2a755
5 changed files with 40 additions and 43 deletions
|
@ -9981,9 +9981,6 @@ fn bindgen_test_layout_nsStyleVisibility() {
|
|||
assert_eq!(::std::mem::size_of::<nsStyleVisibility>() , 7usize);
|
||||
assert_eq!(::std::mem::align_of::<nsStyleVisibility>() , 1usize);
|
||||
}
|
||||
pub type RawGeckoNode = nsINode;
|
||||
pub type RawGeckoElement = Element;
|
||||
pub type RawGeckoDocument = nsIDocument;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy)]
|
||||
pub struct Position {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue