Searched refs:Custom (Results 1 – 1 of 1) sorted by relevance
| /webrtc/rtp/src/extension/ |
| H A D | mod.rs | 19 Custom { enumerator 36 Custom { uri, .. } => uri.clone(), in uri() 47 (Custom { uri, .. }, Custom { uri: other_uri, .. }) => uri == other_uri, in is_same() 61 Custom { extension: ext, .. } => ext.marshal_size(), in marshal_size() 74 Custom { extension: ext, .. } => ext.marshal_to(buf), in marshal_to() 88 Custom { uri, extension: _ } => f.debug_struct("Custom").field("uri", uri).finish(), in fmt()
|