#[repr(C, packed(2))]pub struct CollectionItem {
pub ci_Next: *mut CollectionItem,
pub ci_Size: LONG,
pub ci_Data: APTR,
}Fields§
§ci_Next: *mut CollectionItem§ci_Size: LONG§ci_Data: APTRTrait Implementations§
Source§impl Clone for CollectionItem
impl Clone for CollectionItem
Source§fn clone(&self) -> CollectionItem
fn clone(&self) -> CollectionItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CollectionItem
impl Debug for CollectionItem
impl Copy for CollectionItem
Auto Trait Implementations§
impl Freeze for CollectionItem
impl RefUnwindSafe for CollectionItem
impl !Send for CollectionItem
impl !Sync for CollectionItem
impl Unpin for CollectionItem
impl UnwindSafe for CollectionItem
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