Searched defs:EfiFastbootTcpTransport (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/ |
H A D | fastboot.rs | 39 struct EfiFastbootTcpTransport<'a, 'b, 'c> { struct 43 impl<'a, 'b, 'c> EfiFastbootTcpTransport<'a, 'b, 'c> { impl 49 impl TcpStream for EfiFastbootTcpTransport<'_, '_, '_> { implementation 61 impl GblTcpStream for EfiFastbootTcpTransport<'_, '_, '_> { implementation
|