Struct zx_port_packet_t    
#[repr(C)]pub struct zx_port_packet_t {
    pub key: u64,
    pub packet_type: zx_packet_type_t,
    pub status: i32,
    pub union: [u8; 32],
}Fields§
§key: u64§packet_type: zx_packet_type_t§status: i32§union: [u8; 32]Trait Implementations§
§impl Clone for zx_port_packet_t
 
impl Clone for zx_port_packet_t
§fn clone(&self) -> zx_port_packet_t
 
fn clone(&self) -> zx_port_packet_t
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 more§impl Debug for zx_port_packet_t
 
impl Debug for zx_port_packet_t
§impl Default for zx_port_packet_t
 
impl Default for zx_port_packet_t
§fn default() -> zx_port_packet_t
 
fn default() -> zx_port_packet_t
Returns the “default value” for a type. Read more
§impl PartialEq for zx_port_packet_t
 
impl PartialEq for zx_port_packet_t
impl Copy for zx_port_packet_t
impl Eq for zx_port_packet_t
impl StructuralPartialEq for zx_port_packet_t
Auto Trait Implementations§
impl Freeze for zx_port_packet_t
impl RefUnwindSafe for zx_port_packet_t
impl Send for zx_port_packet_t
impl Sync for zx_port_packet_t
impl Unpin for zx_port_packet_t
impl UnwindSafe for zx_port_packet_t
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