pub struct WindowsObserverBridge;Implementations§
Source§impl WindowsObserverBridge
impl WindowsObserverBridge
pub fn start() -> bool
pub fn stop() -> bool
pub fn acquire() -> bool
pub fn release() -> bool
pub fn is_active() -> bool
pub fn push_event<T: Into<String>>(text: T) -> bool
pub fn drain_events(max_events: usize) -> Vec<String>
pub fn dropped_events() -> u64
pub fn set_lifecycle_hook(hook: Option<WindowsObserverLifecycleHook>)
pub fn lifecycle_hook_registered() -> bool
Auto Trait Implementations§
impl Freeze for WindowsObserverBridge
impl RefUnwindSafe for WindowsObserverBridge
impl Send for WindowsObserverBridge
impl Sync for WindowsObserverBridge
impl Unpin for WindowsObserverBridge
impl UnsafeUnpin for WindowsObserverBridge
impl UnwindSafe for WindowsObserverBridge
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more