Struct genet_abi::layer::Payload[][src]

#[repr(C)]
pub struct Payload { /* fields omitted */ }

A payload object.

Methods

impl Payload
[src]

Creates a new payload.

Creates a new payload with the given type.

Returns the ID of self.

Returns the type of self.

Returns the data of self.

Auto Trait Implementations

impl !Send for Payload

impl !Sync for Payload