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
sourceimpl Clone for grpc_auth_property
impl Clone for grpc_auth_property
sourcefn clone(&self) -> grpc_auth_property
fn clone(&self) -> grpc_auth_property
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for grpc_auth_property
impl Debug for grpc_auth_property
impl Copy for grpc_auth_property
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more