Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs5360 fn read_from_io<R>(mut src: R) -> io::Result<Self> in read_from_io() method
7066 assert!(matches!(WithPadding::read_from_io(ReadsInRead), Ok(WithPadding { x: 0, y: 0 }))); in test_read_io_with_padding_soundness()
7075 assert!(matches!(u16::read_from_io(&long_buffer[..]), Ok(u16::MAX))); in test_read_write_io()
7080 assert!(u32::read_from_io(&short_buffer[..]).is_err()); in test_read_write_io()