pub struct LiveProtocol { /* private fields */ }Implementations§
Source§impl LiveProtocol
impl LiveProtocol
pub fn apply<'a>( &mut self, command: u8, payload: &'a [u8], radio: &RadioConfig, ) -> LiveCommand<'a>
Trait Implementations§
Source§impl Debug for LiveProtocol
impl Debug for LiveProtocol
Source§impl Default for LiveProtocol
impl Default for LiveProtocol
Source§fn default() -> LiveProtocol
fn default() -> LiveProtocol
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LiveProtocol
impl RefUnwindSafe for LiveProtocol
impl Send for LiveProtocol
impl Sync for LiveProtocol
impl Unpin for LiveProtocol
impl UnsafeUnpin for LiveProtocol
impl UnwindSafe for LiveProtocol
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