#[repr(C)]pub struct PacketInterrupt {
pub timestamp: Time,
pub reserved0: u64,
pub reserved1: u64,
pub reserved2: u64,
}Fields§
§timestamp: Time§reserved0: u64§reserved1: u64§reserved2: u64Trait Implementations§
Source§impl Clone for PacketInterrupt
impl Clone for PacketInterrupt
Source§fn clone(&self) -> PacketInterrupt
fn clone(&self) -> PacketInterrupt
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 PacketInterrupt
impl Debug for PacketInterrupt
Source§impl FromBytes for PacketInterrupt
impl FromBytes for PacketInterrupt
Source§impl FromZeros for PacketInterrupt
impl FromZeros for PacketInterrupt
Source§impl IntoBytes for PacketInterrupt
impl IntoBytes for PacketInterrupt
Source§impl PartialEq for PacketInterrupt
impl PartialEq for PacketInterrupt
Source§impl TryFromBytes for PacketInterrupt
impl TryFromBytes for PacketInterrupt
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 PacketInterrupt
impl Eq for PacketInterrupt
impl StructuralPartialEq for PacketInterrupt
Auto Trait Implementations§
impl Freeze for PacketInterrupt
impl RefUnwindSafe for PacketInterrupt
impl Send for PacketInterrupt
impl Sync for PacketInterrupt
impl Unpin for PacketInterrupt
impl UnwindSafe for PacketInterrupt
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