pub struct _PhidgetManager { /* private fields */ }Trait Implementations§
Source§impl Clone for _PhidgetManager
impl Clone for _PhidgetManager
Source§fn clone(&self) -> _PhidgetManager
fn clone(&self) -> _PhidgetManager
Returns a duplicate 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 moreSource§impl Debug for _PhidgetManager
impl Debug for _PhidgetManager
impl Copy for _PhidgetManager
Auto Trait Implementations§
impl Freeze for _PhidgetManager
impl RefUnwindSafe for _PhidgetManager
impl Send for _PhidgetManager
impl Sync for _PhidgetManager
impl Unpin for _PhidgetManager
impl UnwindSafe for _PhidgetManager
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