pub struct rfalNfcDepListenActvParam {
    pub rxBuf: *mut rfalNfcDepBufFormat,
    pub rxLen: *mut u16,
    pub isRxChaining: *mut bool,
    pub nfcDepDev: *mut rfalNfcDepDevice,
}
Expand description

Structure of parameters to be passed in for nfcDepListenStartActivation

Fields

rxBuf: *mut rfalNfcDepBufFormat

< Receive Buffer struct reference

rxLen: *mut u16

< Receive INF data length in bytes

isRxChaining: *mut bool

< Received data is not complete

nfcDepDev: *mut rfalNfcDepDevice

< NFC-DEP device info

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.