Struct classicube_sys::StringsBuffer
source · #[repr(C)]pub struct StringsBuffer {
pub textBuffer: *mut c_char,
pub flagsBuffer: *mut cc_uint32,
pub count: c_int,
pub totalLength: c_int,
pub _textCapacity: c_int,
pub _flagsCapacity: c_int,
pub _defaultBuffer: [c_char; 4096],
pub _defaultFlags: [cc_uint32; 256],
pub _lenShift: c_int,
pub _lenMask: c_int,
}
Fields§
§textBuffer: *mut c_char
§flagsBuffer: *mut cc_uint32
§count: c_int
§totalLength: c_int
§_textCapacity: c_int
§_flagsCapacity: c_int
§_defaultBuffer: [c_char; 4096]
§_defaultFlags: [cc_uint32; 256]
§_lenShift: c_int
§_lenMask: c_int
Trait Implementations§
source§impl Clone for StringsBuffer
impl Clone for StringsBuffer
source§fn clone(&self) -> StringsBuffer
fn clone(&self) -> StringsBuffer
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 StringsBuffer
impl Debug for StringsBuffer
source§impl Hash for StringsBuffer
impl Hash for StringsBuffer
source§impl PartialEq for StringsBuffer
impl PartialEq for StringsBuffer
source§fn eq(&self, other: &StringsBuffer) -> bool
fn eq(&self, other: &StringsBuffer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StringsBuffer
impl Eq for StringsBuffer
impl StructuralPartialEq for StringsBuffer
Auto Trait Implementations§
impl Freeze for StringsBuffer
impl RefUnwindSafe for StringsBuffer
impl !Send for StringsBuffer
impl !Sync for StringsBuffer
impl Unpin for StringsBuffer
impl UnwindSafe for StringsBuffer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)