#[repr(C)]pub struct alljoyn_interfacedescription_property {
pub name: PCSTR,
pub signature: PCSTR,
pub access: u8,
pub internal_property: *const c_void,
}
Expand description
Required features: "Win32_Devices_AllJoyn"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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