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