Skip to main content

FixedSizeArray

Trait FixedSizeArray 

Source
pub trait FixedSizeArray {
    const LEN: usize;
}
Expand description

Types that may be used as a constant-length buffer underlying a Bounded ring buffer.

Required Associated Constants§

Source

const LEN: usize

The constant length.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<T> FixedSizeArray for [T; 1]

Source§

const LEN: usize = 1

Source§

impl<T> FixedSizeArray for [T; 2]

Source§

const LEN: usize = 2

Source§

impl<T> FixedSizeArray for [T; 3]

Source§

const LEN: usize = 3

Source§

impl<T> FixedSizeArray for [T; 4]

Source§

const LEN: usize = 4

Source§

impl<T> FixedSizeArray for [T; 5]

Source§

const LEN: usize = 5

Source§

impl<T> FixedSizeArray for [T; 6]

Source§

const LEN: usize = 6

Source§

impl<T> FixedSizeArray for [T; 7]

Source§

const LEN: usize = 7

Source§

impl<T> FixedSizeArray for [T; 8]

Source§

const LEN: usize = 8

Source§

impl<T> FixedSizeArray for [T; 9]

Source§

const LEN: usize = 9

Source§

impl<T> FixedSizeArray for [T; 10]

Source§

const LEN: usize = 10

Source§

impl<T> FixedSizeArray for [T; 11]

Source§

const LEN: usize = 11

Source§

impl<T> FixedSizeArray for [T; 12]

Source§

const LEN: usize = 12

Source§

impl<T> FixedSizeArray for [T; 13]

Source§

const LEN: usize = 13

Source§

impl<T> FixedSizeArray for [T; 14]

Source§

const LEN: usize = 14

Source§

impl<T> FixedSizeArray for [T; 15]

Source§

const LEN: usize = 15

Source§

impl<T> FixedSizeArray for [T; 16]

Source§

const LEN: usize = 16

Source§

impl<T> FixedSizeArray for [T; 17]

Source§

const LEN: usize = 17

Source§

impl<T> FixedSizeArray for [T; 18]

Source§

const LEN: usize = 18

Source§

impl<T> FixedSizeArray for [T; 19]

Source§

const LEN: usize = 19

Source§

impl<T> FixedSizeArray for [T; 20]

Source§

const LEN: usize = 20

Source§

impl<T> FixedSizeArray for [T; 21]

Source§

const LEN: usize = 21

Source§

impl<T> FixedSizeArray for [T; 22]

Source§

const LEN: usize = 22

Source§

impl<T> FixedSizeArray for [T; 23]

Source§

const LEN: usize = 23

Source§

impl<T> FixedSizeArray for [T; 24]

Source§

const LEN: usize = 24

Source§

impl<T> FixedSizeArray for [T; 25]

Source§

const LEN: usize = 25

Source§

impl<T> FixedSizeArray for [T; 26]

Source§

const LEN: usize = 26

Source§

impl<T> FixedSizeArray for [T; 27]

Source§

const LEN: usize = 27

Source§

impl<T> FixedSizeArray for [T; 28]

Source§

const LEN: usize = 28

Source§

impl<T> FixedSizeArray for [T; 29]

Source§

const LEN: usize = 29

Source§

impl<T> FixedSizeArray for [T; 30]

Source§

const LEN: usize = 30

Source§

impl<T> FixedSizeArray for [T; 31]

Source§

const LEN: usize = 31

Source§

impl<T> FixedSizeArray for [T; 32]

Source§

const LEN: usize = 32

Source§

impl<T> FixedSizeArray for [T; 33]

Source§

const LEN: usize = 33

Source§

impl<T> FixedSizeArray for [T; 34]

Source§

const LEN: usize = 34

Source§

impl<T> FixedSizeArray for [T; 35]

Source§

const LEN: usize = 35

Source§

impl<T> FixedSizeArray for [T; 36]

Source§

const LEN: usize = 36

Source§

impl<T> FixedSizeArray for [T; 37]

Source§

const LEN: usize = 37

Source§

impl<T> FixedSizeArray for [T; 38]

Source§

const LEN: usize = 38

Source§

impl<T> FixedSizeArray for [T; 39]

Source§

const LEN: usize = 39

Source§

impl<T> FixedSizeArray for [T; 40]

Source§

const LEN: usize = 40

Source§

impl<T> FixedSizeArray for [T; 41]

Source§

const LEN: usize = 41

Source§

impl<T> FixedSizeArray for [T; 42]

Source§

const LEN: usize = 42

Source§

impl<T> FixedSizeArray for [T; 43]

Source§

const LEN: usize = 43

Source§

impl<T> FixedSizeArray for [T; 44]

Source§

const LEN: usize = 44

Source§

impl<T> FixedSizeArray for [T; 45]

Source§

const LEN: usize = 45

Source§

impl<T> FixedSizeArray for [T; 46]

Source§

const LEN: usize = 46

Source§

impl<T> FixedSizeArray for [T; 47]

Source§

const LEN: usize = 47

Source§

impl<T> FixedSizeArray for [T; 48]

Source§

const LEN: usize = 48

Source§

impl<T> FixedSizeArray for [T; 49]

Source§

const LEN: usize = 49

Source§

impl<T> FixedSizeArray for [T; 50]

Source§

const LEN: usize = 50

Source§

impl<T> FixedSizeArray for [T; 51]

Source§

const LEN: usize = 51

Source§

impl<T> FixedSizeArray for [T; 52]

Source§

const LEN: usize = 52

Source§

impl<T> FixedSizeArray for [T; 53]

Source§

const LEN: usize = 53

Source§

impl<T> FixedSizeArray for [T; 54]

Source§

const LEN: usize = 54

Source§

impl<T> FixedSizeArray for [T; 55]

Source§

const LEN: usize = 55

Source§

impl<T> FixedSizeArray for [T; 56]

Source§

const LEN: usize = 56

Source§

impl<T> FixedSizeArray for [T; 57]

Source§

const LEN: usize = 57

Source§

impl<T> FixedSizeArray for [T; 58]

Source§

const LEN: usize = 58

Source§

impl<T> FixedSizeArray for [T; 59]

Source§

const LEN: usize = 59

Source§

impl<T> FixedSizeArray for [T; 60]

Source§

const LEN: usize = 60

Source§

impl<T> FixedSizeArray for [T; 61]

Source§

const LEN: usize = 61

Source§

impl<T> FixedSizeArray for [T; 62]

Source§

const LEN: usize = 62

Source§

impl<T> FixedSizeArray for [T; 63]

Source§

const LEN: usize = 63

Source§

impl<T> FixedSizeArray for [T; 64]

Source§

const LEN: usize = 64

Source§

impl<T> FixedSizeArray for [T; 65]

Source§

const LEN: usize = 65

Source§

impl<T> FixedSizeArray for [T; 66]

Source§

const LEN: usize = 66

Source§

impl<T> FixedSizeArray for [T; 67]

Source§

const LEN: usize = 67

Source§

impl<T> FixedSizeArray for [T; 68]

Source§

const LEN: usize = 68

Source§

impl<T> FixedSizeArray for [T; 69]

Source§

const LEN: usize = 69

Source§

impl<T> FixedSizeArray for [T; 70]

Source§

const LEN: usize = 70

Source§

impl<T> FixedSizeArray for [T; 71]

Source§

const LEN: usize = 71

Source§

impl<T> FixedSizeArray for [T; 72]

Source§

const LEN: usize = 72

Source§

impl<T> FixedSizeArray for [T; 73]

Source§

const LEN: usize = 73

Source§

impl<T> FixedSizeArray for [T; 74]

Source§

const LEN: usize = 74

Source§

impl<T> FixedSizeArray for [T; 75]

Source§

const LEN: usize = 75

Source§

impl<T> FixedSizeArray for [T; 76]

Source§

const LEN: usize = 76

Source§

impl<T> FixedSizeArray for [T; 77]

Source§

const LEN: usize = 77

Source§

impl<T> FixedSizeArray for [T; 78]

Source§

const LEN: usize = 78

Source§

impl<T> FixedSizeArray for [T; 79]

Source§

const LEN: usize = 79

Source§

impl<T> FixedSizeArray for [T; 80]

Source§

const LEN: usize = 80

Source§

impl<T> FixedSizeArray for [T; 81]

Source§

const LEN: usize = 81

Source§

impl<T> FixedSizeArray for [T; 82]

Source§

const LEN: usize = 82

Source§

impl<T> FixedSizeArray for [T; 83]

Source§

const LEN: usize = 83

Source§

impl<T> FixedSizeArray for [T; 84]

Source§

const LEN: usize = 84

Source§

impl<T> FixedSizeArray for [T; 85]

Source§

const LEN: usize = 85

Source§

impl<T> FixedSizeArray for [T; 86]

Source§

const LEN: usize = 86

Source§

impl<T> FixedSizeArray for [T; 87]

Source§

const LEN: usize = 87

Source§

impl<T> FixedSizeArray for [T; 88]

Source§

const LEN: usize = 88

Source§

impl<T> FixedSizeArray for [T; 89]

Source§

const LEN: usize = 89

Source§

impl<T> FixedSizeArray for [T; 90]

Source§

const LEN: usize = 90

Source§

impl<T> FixedSizeArray for [T; 91]

Source§

const LEN: usize = 91

Source§

impl<T> FixedSizeArray for [T; 92]

Source§

const LEN: usize = 92

Source§

impl<T> FixedSizeArray for [T; 93]

Source§

const LEN: usize = 93

Source§

impl<T> FixedSizeArray for [T; 94]

Source§

const LEN: usize = 94

Source§

impl<T> FixedSizeArray for [T; 95]

Source§

const LEN: usize = 95

Source§

impl<T> FixedSizeArray for [T; 96]

Source§

const LEN: usize = 96

Source§

impl<T> FixedSizeArray for [T; 97]

Source§

const LEN: usize = 97

Source§

impl<T> FixedSizeArray for [T; 98]

Source§

const LEN: usize = 98

Source§

impl<T> FixedSizeArray for [T; 99]

Source§

const LEN: usize = 99

Source§

impl<T> FixedSizeArray for [T; 100]

Source§

const LEN: usize = 100

Source§

impl<T> FixedSizeArray for [T; 101]

Source§

const LEN: usize = 101

Source§

impl<T> FixedSizeArray for [T; 102]

Source§

const LEN: usize = 102

Source§

impl<T> FixedSizeArray for [T; 103]

Source§

const LEN: usize = 103

Source§

impl<T> FixedSizeArray for [T; 104]

Source§

const LEN: usize = 104

Source§

impl<T> FixedSizeArray for [T; 105]

Source§

const LEN: usize = 105

Source§

impl<T> FixedSizeArray for [T; 106]

Source§

const LEN: usize = 106

Source§

impl<T> FixedSizeArray for [T; 107]

Source§

const LEN: usize = 107

Source§

impl<T> FixedSizeArray for [T; 108]

Source§

const LEN: usize = 108

Source§

impl<T> FixedSizeArray for [T; 109]

Source§

const LEN: usize = 109

Source§

impl<T> FixedSizeArray for [T; 110]

Source§

const LEN: usize = 110

Source§

impl<T> FixedSizeArray for [T; 111]

Source§

const LEN: usize = 111

Source§

impl<T> FixedSizeArray for [T; 112]

Source§

const LEN: usize = 112

Source§

impl<T> FixedSizeArray for [T; 113]

Source§

const LEN: usize = 113

Source§

impl<T> FixedSizeArray for [T; 114]

Source§

const LEN: usize = 114

Source§

impl<T> FixedSizeArray for [T; 115]

Source§

const LEN: usize = 115

Source§

impl<T> FixedSizeArray for [T; 116]

Source§

const LEN: usize = 116

Source§

impl<T> FixedSizeArray for [T; 117]

Source§

const LEN: usize = 117

Source§

impl<T> FixedSizeArray for [T; 118]

Source§

const LEN: usize = 118

Source§

impl<T> FixedSizeArray for [T; 119]

Source§

const LEN: usize = 119

Source§

impl<T> FixedSizeArray for [T; 120]

Source§

const LEN: usize = 120

Source§

impl<T> FixedSizeArray for [T; 121]

Source§

const LEN: usize = 121

Source§

impl<T> FixedSizeArray for [T; 122]

Source§

const LEN: usize = 122

Source§

impl<T> FixedSizeArray for [T; 123]

Source§

const LEN: usize = 123

Source§

impl<T> FixedSizeArray for [T; 124]

Source§

const LEN: usize = 124

Source§

impl<T> FixedSizeArray for [T; 125]

Source§

const LEN: usize = 125

Source§

impl<T> FixedSizeArray for [T; 126]

Source§

const LEN: usize = 126

Source§

impl<T> FixedSizeArray for [T; 127]

Source§

const LEN: usize = 127

Source§

impl<T> FixedSizeArray for [T; 128]

Source§

const LEN: usize = 128

Source§

impl<T> FixedSizeArray for [T; 256]

Source§

const LEN: usize = 256

Source§

impl<T> FixedSizeArray for [T; 512]

Source§

const LEN: usize = 512

Source§

impl<T> FixedSizeArray for [T; 1024]

Source§

const LEN: usize = 1024

Source§

impl<T> FixedSizeArray for [T; 2048]

Source§

const LEN: usize = 2048

Source§

impl<T> FixedSizeArray for [T; 4096]

Source§

const LEN: usize = 4096

Source§

impl<T> FixedSizeArray for [T; 8192]

Source§

const LEN: usize = 8192

Implementors§