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