Struct grpcio_sys::grpc_auth_property
source · #[repr(C)]pub struct grpc_auth_property {
pub name: *mut c_char,
pub value: *mut c_char,
pub value_length: usize,
}
Expand description
value, if not NULL, is guaranteed to be NULL terminated.
Fields§
§name: *mut c_char
§value: *mut c_char
§value_length: usize
Trait Implementations§
source§impl Clone for grpc_auth_property
impl Clone for grpc_auth_property
source§fn clone(&self) -> grpc_auth_property
fn clone(&self) -> grpc_auth_property
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