Struct grpcio_sys::grpc_auth_property_iterator [−][src]
#[repr(C)]pub struct grpc_auth_property_iterator {
pub ctx: *const grpc_auth_context,
pub index: usize,
pub name: *const c_char,
}
Fields
ctx: *const grpc_auth_context
index: usize
name: *const c_char
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_auth_property_iterator
impl !Send for grpc_auth_property_iterator
impl !Sync for grpc_auth_property_iterator
impl Unpin for grpc_auth_property_iterator
impl UnwindSafe for grpc_auth_property_iterator
Blanket Implementations
Mutably borrows from an owned value. Read more