pub struct ForkID(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl ExclusivelyContextual for ForkID
impl ExclusivelyContextual for ForkID
Source§impl Ord for ForkID
impl Ord for ForkID
Source§impl PartialOrd for ForkID
impl PartialOrd for ForkID
impl Copy for ForkID
impl Eq for ForkID
impl StructuralPartialEq for ForkID
Auto Trait Implementations§
impl Freeze for ForkID
impl RefUnwindSafe for ForkID
impl Send for ForkID
impl Sync for ForkID
impl Unpin for ForkID
impl UnwindSafe for ForkID
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Contextual for Twhere
T: ExclusivelyContextual,
impl<T> Contextual for Twhere
T: ExclusivelyContextual,
Source§impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
Source§unsafe fn part_ptr(
ptr: *const <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::Ptr
unsafe fn part_ptr( ptr: *const <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::Ptr
Given a constant pointer to a target, produce a constant pointer to a part of it.
Source§unsafe fn part_ptr_mut(
ptr: *mut <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::PtrMut
unsafe fn part_ptr_mut( ptr: *mut <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::PtrMut
Given a mutable pointer to a target, produce a mutable pointer to a part of it.