#[repr(C)]pub struct stringBuilder {
pub sbEnv: *mut Environment,
pub contents: *mut c_char,
pub bufferReset: size_t,
pub length: size_t,
pub bufferMaximum: size_t,
}Fields§
§sbEnv: *mut Environment§contents: *mut c_char§bufferReset: size_t§length: size_t§bufferMaximum: size_tTrait Implementations§
Source§impl Clone for stringBuilder
impl Clone for stringBuilder
Source§fn clone(&self) -> stringBuilder
fn clone(&self) -> stringBuilder
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 moreSource§impl Debug for stringBuilder
impl Debug for stringBuilder
Source§impl Default for stringBuilder
impl Default for stringBuilder
impl Copy for stringBuilder
Auto Trait Implementations§
impl Freeze for stringBuilder
impl RefUnwindSafe for stringBuilder
impl !Send for stringBuilder
impl !Sync for stringBuilder
impl Unpin for stringBuilder
impl UnwindSafe for stringBuilder
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