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