#[repr(C)]pub struct PacketException {
pub pid: u64,
pub tid: u64,
pub reserved0: u64,
pub reserved1: u64,
}Fields§
§pid: u64§tid: u64§reserved0: u64§reserved1: u64Trait Implementations§
Source§impl Clone for PacketException
impl Clone for PacketException
Source§fn clone(&self) -> PacketException
fn clone(&self) -> PacketException
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 PacketException
impl Debug for PacketException
Source§impl FromBytes for PacketException
impl FromBytes for PacketException
Source§impl FromZeros for PacketException
impl FromZeros for PacketException
Source§impl IntoBytes for PacketException
impl IntoBytes for PacketException
Source§impl PartialEq for PacketException
impl PartialEq for PacketException
Source§impl TryFromBytes for PacketExceptionwhere
u64: TryFromBytes,
impl TryFromBytes for PacketExceptionwhere
u64: TryFromBytes,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for PacketException
impl Eq for PacketException
impl StructuralPartialEq for PacketException
Auto Trait Implementations§
impl Freeze for PacketException
impl RefUnwindSafe for PacketException
impl Send for PacketException
impl Sync for PacketException
impl Unpin for PacketException
impl UnwindSafe for PacketException
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