mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add lots of derived Debug impls
This commit is contained in:
parent
e580250d5d
commit
05391e27cd
23 changed files with 125 additions and 124 deletions
|
@ -9,7 +9,7 @@ use webvr::*;
|
|||
pub type WebVRResult<T> = Result<T, String>;
|
||||
|
||||
// Messages from Script thread to WebVR thread.
|
||||
#[derive(Deserialize, Serialize)]
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub enum WebVRMsg {
|
||||
RegisterContext(PipelineId),
|
||||
UnregisterContext(PipelineId),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue