Home
last modified time | relevance | path

Searched defs:Scene (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/frontend-proto/src/
Dmodel.rs1335 pub struct Scene { struct
1340 // @@protoc_insertion_point(special_field:netsim.model.Scene.special_fields) argument
1344 impl<'a> ::std::default::Default for &'a Scene { implementation
1350 impl Scene { impl
1371 impl ::protobuf::Message for Scene { implementation
1439 impl ::protobuf::MessageFull for Scene { implementation
1446 impl ::std::fmt::Display for Scene { implementation
1452 impl ::protobuf::reflect::ProtobufValue for Scene { implementation
/tools/netsim/src/proto/
Dmodel.proto92 message Scene { message
/tools/netsim/ui/ts/
Dmodel.ts81 export interface Scene { interface