Struct grpcio_sys::grpc_call_details
source · #[repr(C)]pub struct grpc_call_details {
pub method: grpc_slice,
pub host: grpc_slice,
pub deadline: gpr_timespec,
pub flags: u32,
pub reserved: *mut c_void,
}
Fields§
§method: grpc_slice
§host: grpc_slice
§deadline: gpr_timespec
§flags: u32
§reserved: *mut c_void
Trait Implementations§
source§impl Clone for grpc_call_details
impl Clone for grpc_call_details
source§fn clone(&self) -> grpc_call_details
fn clone(&self) -> grpc_call_details
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more