Struct grpcio_sys::gpr_log_func_args [−][src]
Log overrides: applications can use this API to intercept logging calls and use their own implementations
Fields
file: *const c_char
line: c_int
severity: gpr_log_severity
message: *const c_char
Trait Implementations
impl Clone for gpr_log_func_args
[src][+]
impl Copy for gpr_log_func_args
[src]
impl Debug for gpr_log_func_args
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for gpr_log_func_args
impl !Send for gpr_log_func_args
impl !Sync for gpr_log_func_args
impl Unpin for gpr_log_func_args
impl UnwindSafe for gpr_log_func_args
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,