Struct libil2cpp::raw::Il2CppStringBuilder
source · [−]#[repr(C)]pub struct Il2CppStringBuilder {
pub object: Il2CppObject,
pub chunkChars: *mut Il2CppArray,
pub chunkPrevious: *mut Il2CppStringBuilder,
pub chunkLength: c_int,
pub chunkOffset: c_int,
pub maxCapacity: c_int,
}
Fields
object: Il2CppObject
chunkChars: *mut Il2CppArray
chunkPrevious: *mut Il2CppStringBuilder
chunkLength: c_int
chunkOffset: c_int
maxCapacity: c_int
Trait Implementations
sourceimpl Clone for Il2CppStringBuilder
impl Clone for Il2CppStringBuilder
sourcefn clone(&self) -> Il2CppStringBuilder
fn clone(&self) -> Il2CppStringBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Il2CppStringBuilder
Auto Trait Implementations
impl RefUnwindSafe for Il2CppStringBuilder
impl !Send for Il2CppStringBuilder
impl !Sync for Il2CppStringBuilder
impl Unpin for Il2CppStringBuilder
impl UnwindSafe for Il2CppStringBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more