Home
last modified time | relevance | path

Searched refs:Right (Results 1 – 1 of 1) sorted by relevance

/webrtc/constraints/src/
H A Denumerations.rs17 Right, enumerator
38 Self::Right.to_string() in right()
48 Self::Right => f.write_str("right"), in fmt()
110 assert_eq!(FacingMode::Right.to_string(), "right"); in to_string()