pub struct SignalPacket(/* private fields */);
Expand description
Contents of a signal packet (one generated by the kernel). This is a type-safe wrapper for zx_packet_signal_t.
Implementations§
Trait Implementations§
Source§impl Clone for SignalPacket
impl Clone for SignalPacket
Source§fn clone(&self) -> SignalPacket
fn clone(&self) -> SignalPacket
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 SignalPacket
impl Debug for SignalPacket
impl Copy for SignalPacket
Auto Trait Implementations§
impl Freeze for SignalPacket
impl RefUnwindSafe for SignalPacket
impl Send for SignalPacket
impl Sync for SignalPacket
impl Unpin for SignalPacket
impl UnwindSafe for SignalPacket
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