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