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