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