Home
last modified time | relevance | path

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

/webrtc/ice/src/control/
H A Dmod.rs78 role: Role,
85 if self.role == Role::Controlling { in add_to()
97 self.role = Role::Controlling; in get_from()
101 self.role = Role::Controlled; in get_from()
112 pub enum Role { enum
118 impl Default for Role { implementation
124 impl From<&str> for Role { implementation
134 impl fmt::Display for Role { implementation
H A Dcontrol_test.rs102 c.role = Role::Controlling; in test_control_get_from()
140 c.role = Role::Controlled; in test_control_get_from()