pub enum AttCmd<'d> {
Write {
handle: u16,
data: &'d [u8],
},
}
Expand description
ATT Command PDU
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for AttCmd<'d>
impl<'d> RefUnwindSafe for AttCmd<'d>
impl<'d> Send for AttCmd<'d>
impl<'d> Sync for AttCmd<'d>
impl<'d> Unpin for AttCmd<'d>
impl<'d> UnwindSafe for AttCmd<'d>
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