mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
style: Update bindings.
This commit is contained in:
parent
3378d29548
commit
db689c85c2
1 changed files with 1 additions and 3 deletions
|
@ -4973,9 +4973,7 @@ pub mod root {
|
||||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||||
pub enum StyleUserInput {
|
pub enum StyleUserInput {
|
||||||
None = 0,
|
None = 0,
|
||||||
Enabled = 1,
|
Auto = 1,
|
||||||
Disabled = 2,
|
|
||||||
Auto = 3,
|
|
||||||
}
|
}
|
||||||
#[repr(u8)]
|
#[repr(u8)]
|
||||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue