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