#[repr(C)]pub struct xMINI_LIST_ITEM {
pub xItemValue: u32,
pub pxNext: *mut xLIST_ITEM,
pub pxPrevious: *mut xLIST_ITEM,
}
Fields§
§xItemValue: u32
§pxNext: *mut xLIST_ITEM
§pxPrevious: *mut xLIST_ITEM
Trait Implementations§
Source§impl Clone for xMINI_LIST_ITEM
impl Clone for xMINI_LIST_ITEM
Source§fn clone(&self) -> xMINI_LIST_ITEM
fn clone(&self) -> xMINI_LIST_ITEM
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for xMINI_LIST_ITEM
impl Debug for xMINI_LIST_ITEM
Source§impl Default for xMINI_LIST_ITEM
impl Default for xMINI_LIST_ITEM
Source§fn default() -> xMINI_LIST_ITEM
fn default() -> xMINI_LIST_ITEM
Returns the “default value” for a type. Read more
impl Copy for xMINI_LIST_ITEM
Auto Trait Implementations§
impl Freeze for xMINI_LIST_ITEM
impl RefUnwindSafe for xMINI_LIST_ITEM
impl !Send for xMINI_LIST_ITEM
impl !Sync for xMINI_LIST_ITEM
impl Unpin for xMINI_LIST_ITEM
impl UnwindSafe for xMINI_LIST_ITEM
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)