#[repr(C)]pub struct _PhidgetCurrentInput { /* private fields */ }
Trait Implementations§
Source§impl Clone for _PhidgetCurrentInput
impl Clone for _PhidgetCurrentInput
Source§fn clone(&self) -> _PhidgetCurrentInput
fn clone(&self) -> _PhidgetCurrentInput
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _PhidgetCurrentInput
impl Debug for _PhidgetCurrentInput
impl Copy for _PhidgetCurrentInput
Auto Trait Implementations§
impl Freeze for _PhidgetCurrentInput
impl RefUnwindSafe for _PhidgetCurrentInput
impl Send for _PhidgetCurrentInput
impl Sync for _PhidgetCurrentInput
impl Unpin for _PhidgetCurrentInput
impl UnwindSafe for _PhidgetCurrentInput
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