#[repr(C, packed(1))]pub struct MsgPacketHdr {
pub packet_id: u32,
pub hw_protocol: u16,
pub hook: u8,
}Fields§
§packet_id: u32§hw_protocol: u16§hook: u8Auto Trait Implementations§
impl Freeze for MsgPacketHdr
impl RefUnwindSafe for MsgPacketHdr
impl Send for MsgPacketHdr
impl Sync for MsgPacketHdr
impl Unpin for MsgPacketHdr
impl UnwindSafe for MsgPacketHdr
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