#[repr(C)]pub struct _xsltDecimalFormat {Show 13 fields
pub next: *mut _xsltDecimalFormat,
pub name: *mut xmlChar,
pub digit: *mut xmlChar,
pub patternSeparator: *mut xmlChar,
pub minusSign: *mut xmlChar,
pub infinity: *mut xmlChar,
pub noNumber: *mut xmlChar,
pub decimalPoint: *mut xmlChar,
pub grouping: *mut xmlChar,
pub percent: *mut xmlChar,
pub permille: *mut xmlChar,
pub zeroDigit: *mut xmlChar,
pub nsUri: *const xmlChar,
}Expand description
XSLT decimal format definition.
§ABI
Layout mirrors upstream struct _xsltDecimalFormat (xsltInternals.h).
Fields§
§next: *mut _xsltDecimalFormat§name: *mut xmlChar§digit: *mut xmlChar§patternSeparator: *mut xmlChar§minusSign: *mut xmlChar§infinity: *mut xmlChar§noNumber: *mut xmlChar§decimalPoint: *mut xmlChar§grouping: *mut xmlChar§percent: *mut xmlChar§permille: *mut xmlChar§zeroDigit: *mut xmlChar§nsUri: *const xmlCharAuto Trait Implementations§
impl !Send for _xsltDecimalFormat
impl !Sync for _xsltDecimalFormat
impl Freeze for _xsltDecimalFormat
impl RefUnwindSafe for _xsltDecimalFormat
impl Unpin for _xsltDecimalFormat
impl UnsafeUnpin for _xsltDecimalFormat
impl UnwindSafe for _xsltDecimalFormat
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