Struct windows_sys::Devices::I2c::Provider::ProviderI2cTransferStatus
[−]#[repr(transparent)]pub struct ProviderI2cTransferStatus(pub i32);
Expand description
Required features: ‘Devices_I2c_Provider’
Tuple Fields
0: i32
Implementations
impl ProviderI2cTransferStatus
impl ProviderI2cTransferStatus
pub const FullTransfer: Self
pub const PartialTransfer: Self
pub const SlaveAddressNotAcknowledged: Self
Trait Implementations
impl Clone for ProviderI2cTransferStatus
impl Clone for ProviderI2cTransferStatus
impl Copy for ProviderI2cTransferStatus
Auto Trait Implementations
impl RefUnwindSafe for ProviderI2cTransferStatus
impl Send for ProviderI2cTransferStatus
impl Sync for ProviderI2cTransferStatus
impl Unpin for ProviderI2cTransferStatus
impl UnwindSafe for ProviderI2cTransferStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more