#[repr(C)]pub struct pr_append_str {
pub storage_size: usize,
pub data: *mut c_char,
}Fields§
§storage_size: usize§data: *mut c_charTrait Implementations§
Source§impl Clone for pr_append_str
impl Clone for pr_append_str
Source§fn clone(&self) -> pr_append_str
fn clone(&self) -> pr_append_str
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 pr_append_str
impl Debug for pr_append_str
impl Copy for pr_append_str
Auto Trait Implementations§
impl Freeze for pr_append_str
impl RefUnwindSafe for pr_append_str
impl !Send for pr_append_str
impl !Sync for pr_append_str
impl Unpin for pr_append_str
impl UnsafeUnpin for pr_append_str
impl UnwindSafe for pr_append_str
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