Enum steamgriddb_api::query_parameters::IconDimensions[][src]

pub enum IconDimensions {
Show 28 variants D16x16, D20x20, D24x24, D28x28, D32x32, D40x40, D48x48, D54x54, D57x57, D60x60, D64x64, D72x72, D76x76, D80x80, D96x96, D114x114, D120x120, D128x128, D144x144, D152x152, D160x160, D180x180, D192x192, D194x194, D256x256, D512x512, D768x768, D1024x1024,
}
Expand description

Icon dimentions

Variants

D16x16

16x16

D20x20

20x20

D24x24

24x24

D28x28

28x28

D32x32

32x32

D40x40

40x40

D48x48

48x48

D54x54

54x54

D57x57

57x57

D60x60

60x60

D64x64

64x64

D72x72

72x72

D76x76

76x76

D80x80

80x80

D96x96

96x96

D114x114

114x114

D120x120

120x120

D128x128

128x128

D144x144

144x144

D152x152

152x152

D160x160

160x160

D180x180

180x180

D192x192

192x192

D194x194

194x194

D256x256

256x256

D512x512

512x512

D768x768

768x768

D1024x1024

1024x1024

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more