Struct cjaggerx_sys::jaggerstring::JaggerString
source · #[repr(C)]pub struct JaggerString {
pub ptr: *mut c_char,
pub next: *mut JaggerString,
pub len: c_int,
pub size: c_int,
pub index: c_int,
pub status: c_int,
}Fields§
§ptr: *mut c_char§next: *mut JaggerString§len: c_int§size: c_int§index: c_int§status: c_intTrait Implementations§
source§impl Clone for JaggerString
impl Clone for JaggerString
source§fn clone(&self) -> JaggerString
fn clone(&self) -> JaggerString
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 JaggerString
impl Debug for JaggerString
impl Copy for JaggerString
Auto Trait Implementations§
impl Freeze for JaggerString
impl RefUnwindSafe for JaggerString
impl !Send for JaggerString
impl !Sync for JaggerString
impl Unpin for JaggerString
impl UnwindSafe for JaggerString
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: 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)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)