Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs7053 struct ReadsInRead; in test_read_io_with_padding_soundness() struct
7054 impl std::io::Read for ReadsInRead { in test_read_io_with_padding_soundness() implementation
7066 assert!(matches!(WithPadding::read_from_io(ReadsInRead), Ok(WithPadding { x: 0, y: 0 }))); in test_read_io_with_padding_soundness()