Searched defs:PHYSICAL (Results 1 – 7 of 7) sorted by relevance
25 enum CameraTrait { NONE = 0, PHYSICAL = 1, LOGICAL = 2 }; enumerator
13 PHYSICAL, enumerator
250 PHYSICAL = 2; enumerator
512 PHYSICAL = 2; enumerator
2344 PHYSICAL = 2; enumerator
4008 pub struct PHYSICAL { struct4013 impl ::core::marker::Copy for PHYSICAL {} argument4014 impl ::core::clone::Clone for PHYSICAL { implementation