#[repr(C)]pub struct JsonGenerateT {
pub s: *mut c_char,
pub len: u32,
pub allocated: u32,
}Fields§
§s: *mut c_char§len: u32§allocated: u32Trait Implementations§
Source§impl Clone for JsonGenerateT
impl Clone for JsonGenerateT
Source§fn clone(&self) -> JsonGenerateT
fn clone(&self) -> JsonGenerateT
Returns a duplicate 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 moreSource§impl Default for JsonGenerateT
impl Default for JsonGenerateT
impl Copy for JsonGenerateT
Auto Trait Implementations§
impl Freeze for JsonGenerateT
impl RefUnwindSafe for JsonGenerateT
impl !Send for JsonGenerateT
impl !Sync for JsonGenerateT
impl Unpin for JsonGenerateT
impl UnwindSafe for JsonGenerateT
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