#[repr(C)]pub struct TCTMPL {
pub elems: *mut TCLIST,
pub begsep: *mut c_char,
pub endsep: *mut c_char,
pub conf: *mut TCMAP,
}Expand description
template serializer
Fields§
§elems: *mut TCLIST§begsep: *mut c_char§endsep: *mut c_char§conf: *mut TCMAPTrait Implementations§
Auto Trait Implementations§
impl Freeze for TCTMPL
impl RefUnwindSafe for TCTMPL
impl !Send for TCTMPL
impl !Sync for TCTMPL
impl Unpin for TCTMPL
impl UnwindSafe for TCTMPL
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