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