pub struct PvaControlPayload {
pub command: u8,
pub data: u32,
}Fields§
§command: u8§data: u32Implementations§
Trait Implementations§
Source§impl Debug for PvaControlPayload
impl Debug for PvaControlPayload
Auto Trait Implementations§
impl Freeze for PvaControlPayload
impl RefUnwindSafe for PvaControlPayload
impl Send for PvaControlPayload
impl Sync for PvaControlPayload
impl Unpin for PvaControlPayload
impl UnsafeUnpin for PvaControlPayload
impl UnwindSafe for PvaControlPayload
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