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