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