Struct pdfium_render::bindgen::FPDF_BSTR_
source · [−]Expand description
Structure for persisting a string beyond the duration of a callback. Note: although represented as a char*, string may be interpreted as a UTF-16LE formated string. Used only by XFA callbacks.
Fields
str_: *mut c_charString buffer, manipulate only with FPDF_BStr_* methods.
len: c_intLength of the string, in bytes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FPDF_BSTR_
impl !Send for FPDF_BSTR_
impl !Sync for FPDF_BSTR_
impl Unpin for FPDF_BSTR_
impl UnwindSafe for FPDF_BSTR_
Blanket Implementations
Mutably borrows from an owned value. Read more