#[repr(C)]pub struct alljoyn_interfacedescription_member {
pub iface: alljoyn_interfacedescription,
pub memberType: alljoyn_messagetype,
pub name: PCSTR,
pub signature: PCSTR,
pub returnSignature: PCSTR,
pub argNames: PCSTR,
pub internal_member: *const c_void,
}
Fields§
§iface: alljoyn_interfacedescription
§memberType: alljoyn_messagetype
§name: PCSTR
§signature: PCSTR
§returnSignature: PCSTR
§argNames: PCSTR
§internal_member: *const c_void
Trait Implementations§
impl Copy for alljoyn_interfacedescription_member
Auto Trait Implementations§
impl RefUnwindSafe for alljoyn_interfacedescription_member
impl !Send for alljoyn_interfacedescription_member
impl !Sync for alljoyn_interfacedescription_member
impl Unpin for alljoyn_interfacedescription_member
impl UnwindSafe for alljoyn_interfacedescription_member
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