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