Struct windows_sys::Devices::I2c::I2cSharingMode
[−]#[repr(transparent)]pub struct I2cSharingMode(pub i32);
Expand description
Required features: ‘Devices_I2c’
Tuple Fields
0: i32
Implementations
impl I2cSharingMode
impl I2cSharingMode
pub const Exclusive: Self
Trait Implementations
impl Clone for I2cSharingMode
impl Clone for I2cSharingMode
impl Copy for I2cSharingMode
Auto Trait Implementations
impl RefUnwindSafe for I2cSharingMode
impl Send for I2cSharingMode
impl Sync for I2cSharingMode
impl Unpin for I2cSharingMode
impl UnwindSafe for I2cSharingMode
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