Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 175) sorted by relevance

1234567

/webrtc/sdp/src/description/
H A Dcommon.rs1 use std::fmt;
16 impl fmt::Display for ConnectionInformation {
17 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
34 impl fmt::Display for Address {
35 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
56 impl fmt::Display for Bandwidth {
57 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
74 impl fmt::Display for Attribute {
75 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/turn/src/allocation/
H A Dfive_tuple.rs6 use std::fmt;
32 impl fmt::Display for FiveTuple {
33 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
38 impl fmt::Debug for FiveTuple {
39 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/ice/src/state/
H A Dmod.rs4 use std::fmt;
39 impl fmt::Display for ConnectionState {
40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
102 impl fmt::Display for GatheringState {
103 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/turn/src/proto/
H A Daddr.rs24 impl fmt::Display for Addr {
25 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
58 impl fmt::Display for FiveTuple {
59 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dreqtrans.rs6 use std::fmt;
23 impl fmt::Display for RequestedTransport {
24 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Devenport.rs4 use std::fmt;
24 impl fmt::Display for EvenPort {
25 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dchannum.rs4 use std::fmt;
28 impl fmt::Display for ChannelNumber {
29 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/ice/src/candidate/
H A Dmod.rs23 use std::fmt;
40 pub trait Candidate: fmt::Display {
105 impl fmt::Display for CandidateType {
106 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
166 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
213 impl fmt::Display for CandidatePairState {
214 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
250 impl fmt::Debug for CandidatePair {
251 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
264 impl fmt::Display for CandidatePair {
[all …]
/webrtc/constraints/src/
H A Denumerations.rs42 impl std::fmt::Display for FacingMode {
43 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() method
89 impl std::fmt::Display for ResizeMode {
90 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() method
/webrtc/sctp/src/param/
H A Dparam_reconfig_response.rs4 use std::fmt;
20 impl fmt::Display for ReconfigResult {
21 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
79 impl fmt::Display for ParamReconfigResponse {
80 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dparam_requested_hmac_algorithm.rs4 use std::fmt;
16 impl fmt::Display for HmacAlgorithm {
17 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
46 impl fmt::Display for ParamRequestedHmacAlgorithm {
47 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/ice/src/tcp_type/
H A Dmod.rs4 use std::fmt;
32 impl fmt::Display for TcpType {
33 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/webrtc/src/ice_transport/
H A Dice_candidate_pair.rs3 use std::fmt;
13 impl fmt::Display for RTCIceCandidatePair {
14 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/ice/src/url/
H A Dmod.rs8 use std::fmt;
49 impl fmt::Display for SchemeType {
50 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
94 impl fmt::Display for ProtoType {
95 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
116 impl fmt::Display for Url {
117 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/dtls/src/alert/
H A Dmod.rs8 use std::fmt;
18 impl fmt::Display for AlertLevel {
19 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
68 impl fmt::Display for AlertDescription {
69 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
150 impl fmt::Display for Alert {
151 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/mdns/src/message/resource/
H A Dopt.rs25 impl fmt::Display for DnsOption {
26 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
35 impl fmt::Display for OptResource {
36 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/sctp/src/
H A Derror_cause.rs4 use std::fmt;
24 impl fmt::Display for ErrorCauseCode {
25 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
83 impl fmt::Display for ErrorCause {
84 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/sctp/src/chunk/
H A Dchunk_selective_ack.rs4 use std::fmt;
45 impl fmt::Display for GapAckBlock {
46 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
60 impl fmt::Display for ChunkSelectiveAck {
61 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dchunk_cookie_ack.rs4 use std::fmt;
17 impl fmt::Display for ChunkCookieAck {
18 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dchunk_shutdown_complete.rs4 use std::fmt;
17 impl fmt::Display for ChunkShutdownComplete {
18 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dchunk_shutdown_ack.rs4 use std::fmt;
17 impl fmt::Display for ChunkShutdownAck {
18 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dchunk_forward_tsn.rs4 use std::fmt;
38 impl fmt::Display for ChunkForwardTsn {
39 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
134 impl fmt::Display for ChunkForwardTsnStream {
135 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/mdns/src/message/
H A Dquestion.rs6 use std::fmt;
16 impl fmt::Display for Question {
17 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
H A Dmod.rs20 use std::fmt;
76 impl fmt::Display for DnsType {
77 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
129 impl fmt::Display for DnsClass {
130 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
192 impl fmt::Display for RCode {
193 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
243 impl fmt::Display for Message {
244 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/webrtc/sdp/src/direction/
H A Dmod.rs1 use std::fmt;
27 impl fmt::Display for Direction {
28 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method

1234567