Struct rps_sys::RpsPrinter
source · #[repr(C)]pub struct RpsPrinter {
pub pfnPrintf: PFN_rpsPrintf,
pub pfnVPrintf: PFN_rpsVPrintf,
pub pContext: *mut c_void,
}Expand description
Printer interface.
Fields§
§pfnPrintf: PFN_rpsPrintfPointer to a function for printing with variadic arguments.
pfnVPrintf: PFN_rpsVPrintfPointer to a function for printing with a variable argument list.
pContext: *mut c_voidContext to be passed to the print functions.
Trait Implementations§
source§impl Clone for RpsPrinter
impl Clone for RpsPrinter
source§fn clone(&self) -> RpsPrinter
fn clone(&self) -> RpsPrinter
Returns a copy 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