Struct alljoyn_aboutobj
#[repr(transparent)]pub struct alljoyn_aboutobj(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for alljoyn_aboutobj
impl Clone for alljoyn_aboutobj
§fn clone(&self) -> alljoyn_aboutobj
fn clone(&self) -> alljoyn_aboutobj
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 Debug for alljoyn_aboutobj
impl Debug for alljoyn_aboutobj
§impl Default for alljoyn_aboutobj
impl Default for alljoyn_aboutobj
§fn default() -> alljoyn_aboutobj
fn default() -> alljoyn_aboutobj
Returns the “default value” for a type. Read more
§impl PartialEq for alljoyn_aboutobj
impl PartialEq for alljoyn_aboutobj
impl Copy for alljoyn_aboutobj
impl Eq for alljoyn_aboutobj
impl StructuralPartialEq for alljoyn_aboutobj
Auto Trait Implementations§
impl Freeze for alljoyn_aboutobj
impl RefUnwindSafe for alljoyn_aboutobj
impl Send for alljoyn_aboutobj
impl Sync for alljoyn_aboutobj
impl Unpin for alljoyn_aboutobj
impl UnwindSafe for alljoyn_aboutobj
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