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