Struct windows::Devices::I2c::Provider::ProviderI2cTransferResult
#[repr(C)]pub struct ProviderI2cTransferResult {
pub Status: ProviderI2cTransferStatus,
pub BytesTransferred: u32,
}
Fields§
§Status: ProviderI2cTransferStatus
§BytesTransferred: u32
Trait Implementations§
§impl Clone for ProviderI2cTransferResult
impl Clone for ProviderI2cTransferResult
§fn clone(&self) -> ProviderI2cTransferResult
fn clone(&self) -> ProviderI2cTransferResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ProviderI2cTransferResult
impl Debug for ProviderI2cTransferResult
§impl Default for ProviderI2cTransferResult
impl Default for ProviderI2cTransferResult
§impl PartialEq for ProviderI2cTransferResult
impl PartialEq for ProviderI2cTransferResult
§fn eq(&self, other: &ProviderI2cTransferResult) -> bool
fn eq(&self, other: &ProviderI2cTransferResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ProviderI2cTransferResult
impl Eq for ProviderI2cTransferResult
impl StructuralPartialEq for ProviderI2cTransferResult
Auto Trait Implementations§
impl Freeze for ProviderI2cTransferResult
impl RefUnwindSafe for ProviderI2cTransferResult
impl Send for ProviderI2cTransferResult
impl Sync for ProviderI2cTransferResult
impl Unpin for ProviderI2cTransferResult
impl UnwindSafe for ProviderI2cTransferResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)