#[repr(C)]pub struct StringInfoData {
pub data: *mut c_char,
pub len: c_int,
pub maxlen: c_int,
pub cursor: c_int,
}Fields§
§data: *mut c_char§len: c_int§maxlen: c_int§cursor: c_intTrait Implementations§
Source§impl Clone for StringInfoData
impl Clone for StringInfoData
Source§fn clone(&self) -> StringInfoData
fn clone(&self) -> StringInfoData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringInfoData
impl Debug for StringInfoData
Source§impl Default for StringInfoData
impl Default for StringInfoData
impl Copy for StringInfoData
Auto Trait Implementations§
impl Freeze for StringInfoData
impl RefUnwindSafe for StringInfoData
impl !Send for StringInfoData
impl !Sync for StringInfoData
impl Unpin for StringInfoData
impl UnwindSafe for StringInfoData
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