#[repr(C)]pub struct PRCListStr {
pub next: *mut PRCList,
pub prev: *mut PRCList,
}Fields§
§next: *mut PRCList§prev: *mut PRCListTrait Implementations§
Auto Trait Implementations§
impl Freeze for PRCListStr
impl RefUnwindSafe for PRCListStr
impl !Send for PRCListStr
impl !Sync for PRCListStr
impl Unpin for PRCListStr
impl UnwindSafe for PRCListStr
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