#[repr(C)]pub struct TCLIST {
pub array: *mut TCLISTDATUM,
pub anum: c_int,
pub start: c_int,
pub num: c_int,
}Fields§
§array: *mut TCLISTDATUM§anum: c_int§start: c_int§num: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for TCLIST
impl RefUnwindSafe for TCLIST
impl !Send for TCLIST
impl !Sync for TCLIST
impl Unpin for TCLIST
impl UnwindSafe for TCLIST
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