pub struct mtp_session { /* private fields */ }Trait Implementations§
Source§impl Clone for mtp_session
impl Clone for mtp_session
Source§fn clone(&self) -> mtp_session
fn clone(&self) -> mtp_session
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mtp_session
impl Debug for mtp_session
Source§impl PartialEq for mtp_session
impl PartialEq for mtp_session
Source§fn eq(&self, other: &mtp_session) -> bool
fn eq(&self, other: &mtp_session) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for mtp_session
impl StructuralPartialEq for mtp_session
Auto Trait Implementations§
impl Freeze for mtp_session
impl RefUnwindSafe for mtp_session
impl Send for mtp_session
impl Sync for mtp_session
impl Unpin for mtp_session
impl UnsafeUnpin for mtp_session
impl UnwindSafe for mtp_session
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