#[repr(C)]pub struct ProtobufCMethodDescriptor {
pub name: *const i8,
pub input: *const ProtobufCMessageDescriptor,
pub output: *const ProtobufCMessageDescriptor,
}Fields§
§name: *const i8§input: *const ProtobufCMessageDescriptor§output: *const ProtobufCMessageDescriptorTrait Implementations§
Source§impl Clone for ProtobufCMethodDescriptor
impl Clone for ProtobufCMethodDescriptor
Source§fn clone(&self) -> ProtobufCMethodDescriptor
fn clone(&self) -> ProtobufCMethodDescriptor
Returns a duplicate 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 moreSource§impl Debug for ProtobufCMethodDescriptor
impl Debug for ProtobufCMethodDescriptor
impl Copy for ProtobufCMethodDescriptor
Auto Trait Implementations§
impl Freeze for ProtobufCMethodDescriptor
impl RefUnwindSafe for ProtobufCMethodDescriptor
impl !Send for ProtobufCMethodDescriptor
impl !Sync for ProtobufCMethodDescriptor
impl Unpin for ProtobufCMethodDescriptor
impl UnwindSafe for ProtobufCMethodDescriptor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more