#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StandardPacket
Auto Trait Implementations§
impl !Send for StandardPacket
impl !Sync for StandardPacket
impl Freeze for StandardPacket
impl RefUnwindSafe for StandardPacket
impl Unpin for StandardPacket
impl UnsafeUnpin 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