#[repr(C)]pub struct UCopList {
pub Next: *mut UCopList,
pub FirstCopList: *mut CopList,
pub CopList: *mut CopList,
}Fields§
§Next: *mut UCopList§FirstCopList: *mut CopList§CopList: *mut CopListTrait Implementations§
Auto Trait Implementations§
impl !Send for UCopList
impl !Sync for UCopList
impl Freeze for UCopList
impl RefUnwindSafe for UCopList
impl Unpin for UCopList
impl UnsafeUnpin for UCopList
impl UnwindSafe for UCopList
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