Struct dexalt_lib_sys::clist::CList
source · #[repr(C)]pub struct CList {
pub data: *mut c_void,
pub size: c_int,
pub len: c_int,
pub locked: bool,
pub next: *mut CList,
}Fields§
§data: *mut c_void§size: c_int§len: c_int§locked: bool§next: *mut CListTrait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)