pub struct IothubClientDeviceConfig { /* private fields */ }Implementations§
Source§impl IothubClientDeviceConfig
impl IothubClientDeviceConfig
pub fn from_raw(inner: IOTHUB_CLIENT_DEVICE_CONFIG) -> Self
pub fn as_raw(&self) -> &IOTHUB_CLIENT_DEVICE_CONFIG
pub fn as_raw_mut(&mut self) -> &mut IOTHUB_CLIENT_DEVICE_CONFIG
pub fn into_raw(self) -> IOTHUB_CLIENT_DEVICE_CONFIG
Auto Trait Implementations§
impl Freeze for IothubClientDeviceConfig
impl RefUnwindSafe for IothubClientDeviceConfig
impl !Send for IothubClientDeviceConfig
impl !Sync for IothubClientDeviceConfig
impl Unpin for IothubClientDeviceConfig
impl UnsafeUnpin for IothubClientDeviceConfig
impl UnwindSafe for IothubClientDeviceConfig
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