Struct contec_protocol::outgoing_package::SetDeviceId
source · [−]pub struct SetDeviceId(_);
Expand description
Set new device identifier
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SetDeviceId
impl Send for SetDeviceId
impl Sync for SetDeviceId
impl Unpin for SetDeviceId
impl UnwindSafe for SetDeviceId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more