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