Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/tests/
Dintegration_tests.rs77 struct MustUse<T: ?Sized> {
82 impl<T: ?Sized> MustUse<T> {
86 T: Sized, in new()
98 impl<T: ?Sized> Drop for MustUse<T> {
/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs412 Self: Sized, in partition_iter()
475 impl<T: ?Sized + AsBlockDevice> AsBlockDevice for &mut T {
502 io: &mut (impl BlockIo + ?Sized), in required_scratch_size() argument
516 dev: &mut (impl AsBlockDevice + ?Sized), in with_partitioned_scratch() argument
549 blk_io: &mut (impl BlockIo + ?Sized), in check_range() argument
568 blk_io: &mut (impl BlockIo + ?Sized), in read_aligned_all() argument
580 blk_io: &mut (impl BlockIo + ?Sized), in read_aligned_offset_and_buffer() argument
614 blk_io: &mut (impl BlockIo + ?Sized), in read_aligned_buffer() argument
662 pub fn alignment_scratch_size(blk_io: &mut (impl BlockIo + ?Sized)) -> Result<usize> { in alignment_scratch_size()
681 blk_io: &mut (impl BlockIo + ?Sized), in split_scratch() argument
[all …]
Dmulti_blocks.rs42 Self: Sized, in get()
100 impl<T: ?Sized + AsMultiBlockDevices> AsMultiBlockDevices for &mut T {
110 fn until_ok<F, R>(devs: &mut (impl AsMultiBlockDevices + ?Sized), mut f: F) -> Result<R> in until_ok() argument
123 fn with_id<F, R>(devs: &mut (impl AsMultiBlockDevices + ?Sized), dev_id: u64, mut f: F) -> Result<R> in with_id() argument
Dgpt.rs253 blk_dev: &mut (impl BlockIo + ?Sized), in validate_gpt() argument
303 blk_dev: &mut (impl BlockIo + ?Sized), in load_and_sync() argument
385 blk_dev: &mut (impl BlockIo + ?Sized), in gpt_sync() argument