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