pub struct GeneralCommand<'a> {
pub header: ZclHeader,
pub payload: &'a [u8],
}Fields§
§header: ZclHeaderZCL Header
payload: &'a [u8]ZCL Payload
Auto Trait Implementations§
impl<'a> Freeze for GeneralCommand<'a>
impl<'a> RefUnwindSafe for GeneralCommand<'a>
impl<'a> Send for GeneralCommand<'a>
impl<'a> Sync for GeneralCommand<'a>
impl<'a> Unpin for GeneralCommand<'a>
impl<'a> UnwindSafe for GeneralCommand<'a>
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