Struct windows_sys::Devices::I2c::Provider::ProviderI2cTransferResult
[−]#[repr(C)]pub struct ProviderI2cTransferResult {
pub Status: ProviderI2cTransferStatus,
pub BytesTransferred: u32,
}
Expand description
Required features: "Devices_I2c_Provider"
Fields
Status: ProviderI2cTransferStatus
BytesTransferred: u32
Trait Implementations
impl Clone for ProviderI2cTransferResult
impl Clone for ProviderI2cTransferResult
impl Copy for ProviderI2cTransferResult
Auto Trait Implementations
impl RefUnwindSafe for ProviderI2cTransferResult
impl Send for ProviderI2cTransferResult
impl Sync for ProviderI2cTransferResult
impl Unpin for ProviderI2cTransferResult
impl UnwindSafe for ProviderI2cTransferResult
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