#[repr(C)]pub struct _CPLList {
pub pData: *mut c_void,
pub psNext: *mut _CPLList,
}Fields§
§pData: *mut c_void§psNext: *mut _CPLListTrait Implementations§
Auto Trait Implementations§
impl Freeze for _CPLList
impl RefUnwindSafe for _CPLList
impl !Send for _CPLList
impl !Sync for _CPLList
impl Unpin for _CPLList
impl UnwindSafe for _CPLList
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