Searched defs:T (Results 1 – 11 of 11) sorted by relevance
/bootable/libbootloader/gbl/libgbl/tests/ |
D | integration_tests.rs | 42 data: T, in add_block_device() 92 fn get(&mut self) -> &mut T { in get()
|
/bootable/libbootloader/gbl/libsafemath/src/ |
D | lib.rs | 171 Self: Rem<T, Output = Self>, in round_down() 180 Self: Add<T, Output = Self>, in round_up()
|
/bootable/libbootloader/gbl/smoltcp/ |
D | heapless.rs | 45 pub fn push(&mut self, item: T) -> Result<(), T> { in push() argument
|
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | simple_network.rs | 167 fn option_ref_mut_to_pointer<T>(option: Option<&mut T>) -> *mut T { in option_ref_mut_to_pointer()
|
/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
D | sparse.rs | 245 fn copy_from<T: AsBytes + FromBytes + Default>(bytes: &[u8]) -> Result<T, CommandError> { in copy_from() 315 fn copy_to<T: AsBytes + FromBytes>(val: &T, bytes: &mut [u8]) { in copy_to()
|
/bootable/libbootloader/gbl/libgbl/src/ |
D | ops.rs | 159 pub fn new(ops: &'a mut T, scratch: &'b mut [u8]) -> GblResult<(Self, &'b mut [u8])> { in new()
|
/bootable/libbootloader/gbl/libabr/src/ |
D | c_staticlib.rs | 154 fn unpack_result<T: Into<O>, O>(res: AbrResult<T>, val: &mut O) -> c_uint { in unpack_result() argument
|
/bootable/libbootloader/gbl/libstorage/src/ |
D | multi_blocks.rs | 100 impl<T: ?Sized + AsMultiBlockDevices> AsMultiBlockDevices for &mut T { implementation
|
D | lib.rs | 475 impl<T: ?Sized + AsBlockDevice> AsBlockDevice for &mut T { implementation
|
/bootable/libbootloader/gbl/libfdt/src/ |
D | lib.rs | 212 pub fn new_from_init(mut fdt: T, init: &[u8]) -> Result<Self> { in new_from_init()
|
/bootable/libbootloader/gbl/libefi/src/ |
D | lib.rs | 294 ) -> EfiResult<Protocol<'a, T>> { in open_protocol() argument 353 pub fn find_first_and_open<T: ProtocolInfo>(&self) -> EfiResult<Protocol<'a, T>> { in find_first_and_open() argument
|