#[repr(C)]pub struct ListEntry<P: Pod> {
pub flink: P,
pub blink: P,
}Fields§
§flink: P§blink: PTrait Implementations§
impl<P: Pod> Pod for ListEntry<P>
Auto Trait Implementations§
impl<P> Freeze for ListEntry<P>where
P: Freeze,
impl<P> RefUnwindSafe for ListEntry<P>where
P: RefUnwindSafe,
impl<P> Send for ListEntry<P>where
P: Send,
impl<P> Sync for ListEntry<P>where
P: Sync,
impl<P> Unpin for ListEntry<P>where
P: Unpin,
impl<P> UnwindSafe for ListEntry<P>where
P: UnwindSafe,
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