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