Struct grpcio_sys::grpc_call_details [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for grpc_call_details
impl !Send for grpc_call_details
impl !Sync for grpc_call_details
impl Unpin for grpc_call_details
impl UnwindSafe for grpc_call_details
Blanket Implementations
Mutably borrows from an owned value. Read more