Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot_usb.rs109 pub fn wait_for_send_completion(&self) -> Result<Event> { in wait_for_send_completion()
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs503 event: &Event, in set_timer()
663 pub struct Event<'a, 'n> { struct
666 efi_event: EfiEvent, argument
669 cb: PhantomData<Option<EventNotifyCallback<'n>>>, argument
672 impl<'a, 'n> Event<'a, 'n> { impl
690 impl Drop for Event<'_, '_> { implementation
/bootable/libbootloader/gbl/libefi/mocks/
Dlib.rs283 pub type Event = MockEvent; typedef