pub struct ZigBeeNetwork {}Expand description
zigbee network
Auto Trait Implementations§
impl Freeze for ZigBeeNetwork
impl RefUnwindSafe for ZigBeeNetwork
impl Send for ZigBeeNetwork
impl Sync for ZigBeeNetwork
impl Unpin for ZigBeeNetwork
impl UnwindSafe for ZigBeeNetwork
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