pub enum NativeImplementation {
Other,
LinuxUserEvents,
}
Expand description
Possible configurations under which this crate can be compiled: LinuxUserEvents
or
Other
.
Variants§
Other
Crate compiled for other configuration (no logging is performed).
LinuxUserEvents
Crate compiled for Linux user_events configuration (logging is performed via
user_events_data
file).
Auto Trait Implementations§
impl Freeze for NativeImplementation
impl RefUnwindSafe for NativeImplementation
impl Send for NativeImplementation
impl Sync for NativeImplementation
impl Unpin for NativeImplementation
impl UnwindSafe for NativeImplementation
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