#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StringInfoData
Source§impl Debug for StringInfoData
impl Debug for StringInfoData
Auto Trait Implementations§
impl !Send for StringInfoData
impl !Sync for StringInfoData
impl Freeze for StringInfoData
impl RefUnwindSafe for StringInfoData
impl Unpin for StringInfoData
impl UnsafeUnpin 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