pub struct DeviceSetupConfig<I2C, DELAY>{ /* private fields */ }
Auto Trait Implementations§
impl<I2C, DELAY> Freeze for DeviceSetupConfig<I2C, DELAY>
impl<I2C, DELAY> RefUnwindSafe for DeviceSetupConfig<I2C, DELAY>where
I2C: RefUnwindSafe,
DELAY: RefUnwindSafe,
impl<I2C, DELAY> Send for DeviceSetupConfig<I2C, DELAY>
impl<I2C, DELAY> Sync for DeviceSetupConfig<I2C, DELAY>
impl<I2C, DELAY> Unpin for DeviceSetupConfig<I2C, DELAY>
impl<I2C, DELAY> UnwindSafe for DeviceSetupConfig<I2C, DELAY>where
I2C: UnwindSafe,
DELAY: UnwindSafe,
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