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