#[repr(C)]pub struct alljoyn_interfacedescription_property {
pub name: PCSTR,
pub signature: PCSTR,
pub access: u8,
pub internal_property: *const c_void,
}
Fields§
§name: PCSTR
§signature: PCSTR
§access: u8
§internal_property: *const c_void
Trait Implementations§
impl Copy for alljoyn_interfacedescription_property
Auto Trait Implementations§
impl RefUnwindSafe for alljoyn_interfacedescription_property
impl !Send for alljoyn_interfacedescription_property
impl !Sync for alljoyn_interfacedescription_property
impl Unpin for alljoyn_interfacedescription_property
impl UnwindSafe for alljoyn_interfacedescription_property
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