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