pub struct PvaUnknownPayload {
pub command: u8,
pub is_control: bool,
pub raw_len: usize,
}Fields§
§command: u8§is_control: bool§raw_len: usizeImplementations§
Trait Implementations§
Source§impl Debug for PvaUnknownPayload
impl Debug for PvaUnknownPayload
Auto Trait Implementations§
impl Freeze for PvaUnknownPayload
impl RefUnwindSafe for PvaUnknownPayload
impl Send for PvaUnknownPayload
impl Sync for PvaUnknownPayload
impl Unpin for PvaUnknownPayload
impl UnsafeUnpin for PvaUnknownPayload
impl UnwindSafe for PvaUnknownPayload
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