pub struct PvaHeader {
pub magic: u8,
pub version: u8,
pub flags: PvaControlFlags,
pub command: u8,
pub payload_length: u32,
}Fields§
§magic: u8§version: u8§flags: PvaControlFlags§command: u8§payload_length: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PvaHeader
impl RefUnwindSafe for PvaHeader
impl Send for PvaHeader
impl Sync for PvaHeader
impl Unpin for PvaHeader
impl UnsafeUnpin for PvaHeader
impl UnwindSafe for PvaHeader
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