pub struct HopfFiberRecord<H>where
H: HostTypes,{
pub fiber_dimension: u64,
pub total_space: &'static <H as HostTypes>::HostString,
pub base_space: &'static <H as HostTypes>::HostString,
pub fiber_sphere: &'static <H as HostTypes>::HostString,
/* private fields */
}Expand description
Phase 8 (orphan-closure) — typed record for HopfFiber<H>.
Carries a field per functional accessor of the trait. Object
fields hold {Range}Handle<H>; iterate via the Resolved wrapper
chain-resolver methods.
Fields§
§fiber_dimension: u64§total_space: &'static <H as HostTypes>::HostString§base_space: &'static <H as HostTypes>::HostString§fiber_sphere: &'static <H as HostTypes>::HostStringTrait Implementations§
Source§impl<H> Clone for HopfFiberRecord<H>
impl<H> Clone for HopfFiberRecord<H>
Source§fn clone(&self) -> HopfFiberRecord<H>
fn clone(&self) -> HopfFiberRecord<H>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<H> Debug for HopfFiberRecord<H>
impl<H> Debug for HopfFiberRecord<H>
Source§impl<H> Hash for HopfFiberRecord<H>
impl<H> Hash for HopfFiberRecord<H>
Source§impl<H> PartialEq for HopfFiberRecord<H>
impl<H> PartialEq for HopfFiberRecord<H>
Source§fn eq(&self, other: &HopfFiberRecord<H>) -> bool
fn eq(&self, other: &HopfFiberRecord<H>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<H> Eq for HopfFiberRecord<H>
impl<H> StructuralPartialEq for HopfFiberRecord<H>where
H: HostTypes,
Auto Trait Implementations§
impl<H> Freeze for HopfFiberRecord<H>
impl<H> RefUnwindSafe for HopfFiberRecord<H>
impl<H> Send for HopfFiberRecord<H>
impl<H> Sync for HopfFiberRecord<H>
impl<H> Unpin for HopfFiberRecord<H>where
H: Unpin,
impl<H> UnsafeUnpin for HopfFiberRecord<H>
impl<H> UnwindSafe for HopfFiberRecord<H>
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