Struct grpcio_sys::GrpcAuthProperty[][src]

#[repr(C)]
pub struct GrpcAuthProperty { pub name: *const c_char, pub value: *const c_char, pub value_length: size_t, }

Fields

Auto Trait Implementations