Searched defs:PlatformEvent (Results 1 – 2 of 2) sorted by relevance
50 pub(crate) struct PlatformEvent { struct62 PlatformEvent::new_with_manual_reset(false).map(Event) in new_auto_reset() argument74 impl PlatformEvent { impl75 pub fn new_with_manual_reset(manual_reset: bool) -> Result<PlatformEvent> { in new_with_manual_reset()96 pub fn create_event_with_name(name: &str) -> Result<PlatformEvent> { in create_event_with_name()123 pub fn open(name: &str) -> Result<PlatformEvent> { in open()190 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()210 impl AsRawDescriptor for PlatformEvent { implementation216 impl FromRawDescriptor for PlatformEvent { implementation224 impl AsRawHandle for PlatformEvent { implementation[all …]
33 pub(crate) struct PlatformEvent { struct55 impl PlatformEvent { impl158 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()165 impl AsRawDescriptor for PlatformEvent { implementation171 impl FromRawDescriptor for PlatformEvent { implementation179 impl IntoRawDescriptor for PlatformEvent { implementation