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 = Self(0i32)
pub const PartialTransfer: Self = Self(1i32)
pub const SlaveAddressNotAcknowledged: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more