#[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 Clone for alljoyn_interfacedescription_property
impl Clone for alljoyn_interfacedescription_property
§fn clone(&self) -> alljoyn_interfacedescription_property
fn clone(&self) -> alljoyn_interfacedescription_property
Returns a copy 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 more§impl PartialEq for alljoyn_interfacedescription_property
impl PartialEq for alljoyn_interfacedescription_property
§fn eq(&self, other: &alljoyn_interfacedescription_property) -> bool
fn eq(&self, other: &alljoyn_interfacedescription_property) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for alljoyn_interfacedescription_property
impl Eq for alljoyn_interfacedescription_property
impl StructuralPartialEq for alljoyn_interfacedescription_property
Auto Trait Implementations§
impl Freeze for alljoyn_interfacedescription_property
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)