Searched refs:Sized (Results 1 – 4 of 4) sorted by relevance
/bootable/libbootloader/gbl/libgbl/tests/ |
D | integration_tests.rs | 77 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/ |
D | lib.rs | 412 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 …]
|
D | multi_blocks.rs | 42 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
|
D | gpt.rs | 253 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
|