Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/src/
Dlib.rs460 notify: &'e mut EventNotify, in create_event_with_notification()
648 pub struct EventNotify<'e> { struct
650 cb: EventNotifyCallback<'e>, argument
653 impl<'e> EventNotify<'e> { argument