Searched defs:PlatformEvent (Results 1 – 3 of 3) sorted by relevance
50 pub(crate) struct PlatformEvent { struct62 PlatformEvent::new_with_manual_reset(false).map(Event) in new_auto_reset() argument74 impl PlatformEvent { implementation75 pub fn new_with_manual_reset(manual_reset: bool) -> Result<PlatformEvent> { in new_with_manual_reset()99 pub fn create_event_with_name(name: &str) -> Result<PlatformEvent> { in create_event_with_name()129 pub fn open(name: &str) -> Result<PlatformEvent> { in open()202 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()226 impl AsRawDescriptor for PlatformEvent { implementation232 impl FromRawDescriptor for PlatformEvent { implementation241 impl AsRawHandle for PlatformEvent { implementation[all …]
15 pub struct PlatformEvent { struct19 impl PlatformEvent { argument59 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()64 impl crate::AsRawDescriptor for PlatformEvent { implementation70 impl crate::FromRawDescriptor for PlatformEvent { implementation78 impl crate::IntoRawDescriptor for PlatformEvent { implementation90 impl From<SafeDescriptor> for PlatformEvent { implementation
35 pub(crate) struct PlatformEvent { struct57 impl PlatformEvent { argument171 pub fn try_clone(&self) -> Result<PlatformEvent> { in try_clone()178 impl AsRawDescriptor for PlatformEvent { implementation184 impl FromRawDescriptor for PlatformEvent { implementation192 impl IntoRawDescriptor for PlatformEvent { implementation204 impl From<SafeDescriptor> for PlatformEvent { implementation