#[repr(C)]pub struct patstralloc {
pub unmetalen: c_int,
pub unmetalenp: c_int,
pub alloced: *mut c_char,
pub progstrunmeta: *mut c_char,
pub progstrunmetalen: c_int,
}Fields§
§unmetalen: c_int§unmetalenp: c_int§alloced: *mut c_char§progstrunmeta: *mut c_char§progstrunmetalen: c_intTrait Implementations§
Source§impl Clone for patstralloc
impl Clone for patstralloc
Source§fn clone(&self) -> patstralloc
fn clone(&self) -> patstralloc
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 patstralloc
impl Debug for patstralloc
impl Copy for patstralloc
Auto Trait Implementations§
impl Freeze for patstralloc
impl RefUnwindSafe for patstralloc
impl !Send for patstralloc
impl !Sync for patstralloc
impl Unpin for patstralloc
impl UnwindSafe for patstralloc
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