#[repr(C)]pub struct JaggerString {
pub next: *mut JaggerString,
pub len_str: usize,
pub size_str: usize,
pub index_str: usize,
pub letter: *mut c_char,
pub status_str: usize,
pub sep_str: usize,
}Fields§
§next: *mut JaggerString§len_str: usize§size_str: usize§index_str: usize§letter: *mut c_char§status_str: usize§sep_str: usizeTrait Implementations§
Source§impl Clone for JaggerString
impl Clone for JaggerString
Source§fn clone(&self) -> JaggerString
fn clone(&self) -> JaggerString
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 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