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