#[repr(C)]pub struct clist {
pub c_cc: c_int,
pub c_cbcount: c_int,
pub c_cbmax: c_int,
pub c_cbreserved: c_int,
pub c_cf: *mut c_char,
pub c_cl: *mut c_char,
}Fields§
§c_cc: c_int§c_cbcount: c_int§c_cbmax: c_int§c_cbreserved: c_int§c_cf: *mut c_char§c_cl: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for clist
impl RefUnwindSafe for clist
impl !Send for clist
impl !Sync for clist
impl Unpin for clist
impl UnwindSafe for clist
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