#[repr(C)]pub struct StandardPacket {
pub sp_Msg: Message,
pub sp_Pkt: DosPacket,
}Fields§
§sp_Msg: Message§sp_Pkt: DosPacketTrait Implementations§
Source§impl Clone for StandardPacket
impl Clone for StandardPacket
Source§fn clone(&self) -> StandardPacket
fn clone(&self) -> StandardPacket
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StandardPacket
impl Debug for StandardPacket
impl Copy for StandardPacket
Auto Trait Implementations§
impl Freeze for StandardPacket
impl RefUnwindSafe for StandardPacket
impl !Send for StandardPacket
impl !Sync for StandardPacket
impl Unpin for StandardPacket
impl UnwindSafe for StandardPacket
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